diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2024-05-15 22:28:31 +0200 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2024-05-17 19:35:21 +0200 |
commit | d8418e42499e3642a8714ef11746758bfd35c5c4 (patch) | |
tree | 484e384a675f497e3a75506da434c6cd27bd339f /README.md | |
parent | de0f020b2ca5556f317032c30ac9838b4da7a75b (diff) |
README: process members and lists
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -183,8 +183,21 @@ Members: Represents running process. Created by `spawn`, used by `send` and `expect` commands. +Members: + +`node`: node on which the process is running + #### list +Lists are written using bracket notation: +``` +let numbers = [1, 2, 4] +``` + +List elements can be of any type, but all elements of a particular list must have the same type. + +Used in the `for` command. + ### Build-in commands ``` |