RosettaCodeData/Task/Collections/Oforth/collections-2.fth

2 lines
81 B
Forth
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
ListBuffer new dup add(10) dup add("aaa") dup add(Date now) dup add(1.3) println