3 lines
59 B
Forth
3 lines
59 B
Forth
|
|
create test-data 2 , 4 , 3 , 1 , 2 ,
|
||
|
|
test-data 5 cell-sort
|