mirror of
https://github.com/forth-ev/VolksForth.git
synced 2025-02-09 06:30:41 +00:00
5 lines
61 B
Forth
5 lines
61 B
Forth
|
: CREATE: create hide
|
||
|
current @ context ! 0 ] ;
|
||
|
|
||
|
|