Liam's BitchX Command Reference
BitchX scripting function $push()
- push
- Function
- $push()
- Usage
- $push(var word1 word2 ... wordN)
- Returns
- The value of $var with the given words appended to it (the var
need not previously exist)
- Example
- $push(newvar this is a new variable) returns "this is a new
variable", provided $newvar does not exist.