User Tools

Site Tools


en:variableoperators

Differences

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

Link to this comparison view

Next revision Both sides next revision
en:variableoperators [2016/08/09 18:16]
admin created
en:variableoperators [2016/08/09 18:19]
admin
Line 5: Line 5:
 ^Variable Operators^^^^ ^Variable Operators^^^^
 ^Operator^Name^Example^Comments^ ^Operator^Name^Example^Comments^
-|=|Assign a Number to a Variable|a = 9| | +|:3=|:3Assign a Number to a Variable|a = 9| | 
-|||z = "Hola."| | +|z = "Hola."| | 
-|||q$ = 9.9| |+|q$ = 9.9| |
 |+=|Add to a Variable|a += 7|Same as a = a + 7| |+=|Add to a Variable|a += 7|Same as a = a + 7|
 |+=|Concatenate to a Variable|f += "."|Same as f = f + "." | |+=|Concatenate to a Variable|f += "."|Same as f = f + "." |
en/variableoperators.txt · Last modified: 2020/02/28 10:46 (external edit)