jfabry / LiveRobotProgramming

Live Robot Programming
http://pleiad.cl/lrp
8 stars 3 forks source link

Empty block on var init reveals the scope var class #137

Closed jfabry closed 8 years ago

jfabry commented 8 years ago

Code:

(machine m (var x:=[]) (state s) ) (spawn m s)

Thanks to @carolahp

jfabry commented 8 years ago

Fixed in LiveRobotics-Interpreter-johanfabry.162. Now the variable is initialized to nil.