Variables in POOL - local - global - shared
let, localmake - set or create local variable make, name - set or create global variable local - create an empty local variable global - create an empty global variable shared - create an empty shared variable
:, thing - get value of a variable #, turtle - get a turtle $, func - get function as a value
See also:
Table of Content