RosettaCodeData/Task/Collections/Oforth/collections-2.fth
2023-07-01 13:44:08 -04:00

1 line
81 B
Forth

ListBuffer new dup add(10) dup add("aaa") dup add(Date now) dup add(1.3) println