Update README.md

This commit is contained in:
MeexReay 2024-07-29 13:36:02 +03:00 committed by GitHub
parent 931fa4bf9d
commit defb7610b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -72,9 +72,9 @@ DROP_VAR text # дропнуть переменную
| `integer` | `SET_VAR var 123` | `123` |
| `float` | `SET_VAR var 14.48` | `14.48` |
| `char` | `SET_VAR var 255` | `0 - 255` |
| `list[type]` | `SET_VAR var.0 value` | `value` |
| `list[type]` | `SET_VAR var.index value` | `value` |
| `map[key_type,value_type]` | `SET_VAR var.key value` | `value` |
| `optional[type]` | `SET_VAR var (value)` | `(value)` / `null` |
| `optional[type]` | `SET_VAR var (value)` | `(value)` / `none` |
| `in_stream` | `OPEN_FILE_IN path var` | |
| `out_stream` | `OPEN_FILE_OUT path var` | |