Closed jfabry closed 8 years ago
Code:
(machine m (var x:=[]) (state s) ) (spawn m s)
Thanks to @carolahp
Fixed in LiveRobotics-Interpreter-johanfabry.162. Now the variable is initialized to nil.
LiveRobotics-Interpreter-johanfabry.162
Code:
(machine m (var x:=[]) (state s) ) (spawn m s)
Thanks to @carolahp