RosettaCodeData/Task/Arrays/Oforth/arrays.fth

4 lines
89 B
Forth
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
[ "abd", "def", "ghi" ] at( 3 ) .
Array new dup addAll( [1, 2, 3] ) dup put( 2, 8.1 ) .