Views
Edit history
changed: - objects needed 'prepend' -- to list 'append' -- current 'append' should be 'add', then 'append' should be like Max/Cyclone 'car'/'first' -- first element of a list 'cdr'/'rest' -- the rest of a list 'nth'/'index' -- nth item in a list 'any' -- bangable holder that takes in and outputs anything 'list' -- should perhaps behave more like 'symbol', 'float', etc.