RosettaCodeData/Task/Variables/Oforth/variables.oforth

7 lines
70 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
import: date
: testVariable
| a b c |
Date now ->a
a println ;