| Ctrl+Shift+F | Format code area |
| Ctrl + Mouse Scroll | Resize code area text size |
| Ctrl+R | Eval all formulas |
|
|
|
|
|
|
| x = y | x is equal to y |
| x /= y | x is different from y |
All Variables: lowercase letters [a-z]
Single line comments '//'
Multiline comments '/* (...) */'