3 lines
84 B
Forth
3 lines
84 B
Forth
|
|
create data 1 , 2 , 3 , 4 , 5 ,
|
||
|
|
data 5 ' 1+ map \ adds one to each element of data
|