From d8418e42499e3642a8714ef11746758bfd35c5c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Wed, 15 May 2024 22:28:31 +0200 Subject: README: process members and lists --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'README.md') 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 ``` -- cgit v1.2.3