RosettaCodeData/Task/Variables/Oforth/variables.fth
2023-07-01 13:44:08 -04:00

6 lines
70 B
Forth

import: date
: testVariable
| a b c |
Date now ->a
a println ;