RosettaCodeData/Task/Arrays/Oforth/arrays.oforth
2018-06-22 20:57:24 +00:00

3 lines
89 B
Text

[ "abd", "def", "ghi" ] at( 3 ) .
Array new dup addAll( [1, 2, 3] ) dup put( 2, 8.1 ) .