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
Previous revision
en:variableoperators [2016/08/17 13:00]
admin [Variable Operators]
en:variableoperators [2020/02/28 10:46] (current)
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|Fills an array (that was previously [[dim|dim]]ensioned) with a single value (may be a string or numeric expression)|
en/variableoperators.1471460446.txt.gz ยท Last modified: 2020/02/28 10:46 (external edit)