5 lines
88 B
Factor
5 lines
88 B
Factor
(scratchpad) USE: math.vectors
|
|
(scratchpad) { 1 2 } { 3 4 } v+
|
|
|
|
--- Data stack:
|
|
{ 4 6 }
|