Update README.md

master
AiTechEye 2019-01-12 22:50:08 +01:00 committed by GitHub
parent 7f5418bee4
commit fd686f6bae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -39,7 +39,8 @@ a variable can only be set to 1 thing at time
|var_aa = |set variable value|
|another_var = |"string"| 123.54| false |var |function()| symbol|
|vara = varb |set to another var|
|vara.b = |set as table (no limit for sub variables/tables)|
|vara.b = |set as table|
|event.msg.item |item from event message|
|a += 5 |add 5
|a -= 4 |sub 4
|a *= 98 |multiply