summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index 750b44d..e0eb73c 100644
--- a/README.md
+++ b/README.md
@@ -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
```