User Tools

Site Tools


en:variableoperators

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
en:variableoperators [2016/08/17 13:00]
admin [Variable Operators]
en:variableoperators [2016/08/17 13:01]
admin [Variable Operators]
Line 17: Line 17:
 |--|Decrement Prefix|--a|Decrement (subtract one) the variable and return the value after the decrement. (may be applied ONLY to numeric variables or array elements)| |--|Decrement Prefix|--a|Decrement (subtract one) the variable and return the value after the decrement. (may be applied ONLY to numeric variables or array elements)|
 |--|Decrement Suffix|a--|Return the value of the variable and then decrement the variable by one for the next time it is accessed. (may be applied ONLY to numeric variables or array elements)| |--|Decrement Suffix|a--|Return the value of the variable and then decrement the variable by one for the next time it is accessed. (may be applied ONLY to numeric variables or array elements)|
-|[[fill|fill]]|a fill 99|Fills an array (that was previously [[dim|dim]]ensioned) with a single value|+|[[fill|fill]]|Array Fill|a fill 99\\a fill ""|Fills an array (that was previously [[dim|dim]]ensioned) with a single value|
en/variableoperators.txt ยท Last modified: 2020/02/28 10:46 (external edit)