mirror of
https://github.com/forth-ev/VolksForth.git
synced 2024-11-22 20:34:07 +00:00
5 lines
61 B
Forth
5 lines
61 B
Forth
|
: CREATE: create hide
|
||
|
current @ context ! 0 ] ;
|
||
|
|
||
|
|