tmpvar / livecad

live coding of 3d surfaces and objects
livecad.wtf
53 stars 2 forks source link

Map/Pipe #11

Closed distransient closed 9 years ago

distransient commented 9 years ago

Syntax:

command -> command

Example:

range 0 1 -> 3 -> range 2 3 -> $ 

Returns:

[0,3,2]
[0,3,3]
[1,3,2]
[1,3,3]