Update README.md

master
AiTechEye 2019-01-14 22:52:25 +01:00 committed by GitHub
parent a9558e4a6b
commit de45d37fd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ a variable can only be set to 1 thing at time
|another_var = |"string"| 123.54| false |var |function()| symbol|
|vara = varb |set to another var|
|vara.b = |set as table|
|vara.1 = |variable index 1 set, eg in lua: vara[1] (limeted to root variable)
|event.msg.item |item from event message|
|a += 5 |add 5
|a -= 4 |sub 4