Changes

Line 350: Line 350:  
* Import Python: [[Activities/TurtleArt-0.88#Python_code_block|import Python code]] from the Sugar Journal (a more general-purpose programmable block). This block accepts a single variable x, as an input or up to 3 variables as an array x[0], x[1] and x[2]
 
* Import Python: [[Activities/TurtleArt-0.88#Python_code_block|import Python code]] from the Sugar Journal (a more general-purpose programmable block). This block accepts a single variable x, as an input or up to 3 variables as an array x[0], x[1] and x[2]
 
* turtle: specify which turtle is active
 
* turtle: specify which turtle is active
* comment: program comment
+
* comment: program comment (displayed in "run turtle" mode)
 
* print: print value in status block (also available in Turtle Art)
 
* print: print value in status block (also available in Turtle Art)
 
* Cartesian: display Cartesian coordinate grid overlay
 
* Cartesian: display Cartesian coordinate grid overlay