Closed distransient closed 10 years ago
Syntax:
$
command -> command
Example:
range 0 1 -> 3 -> range 2 3 -> $
Returns:
[0,3,2] [0,3,3] [1,3,2] [1,3,3]
Syntax:
$
: function that returns list of previously output values (subject to change)Example:
Returns: