RosettaCodeData/Task/Variables/Oforth/variables.fth

7 lines
70 B
Forth
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
import: date
: testVariable
| a b c |
Date now ->a
a println ;