6 lines
70 B
Forth
6 lines
70 B
Forth
import: date
|
|
|
|
: testVariable
|
|
| a b c |
|
|
Date now ->a
|
|
a println ;
|