RosettaCodeData/Task/Variables/Oforth/variables.oforth

7 lines
70 B
Plaintext

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