17 lines
153 B
Forth
17 lines
153 B
Forth
|
\ 7.4.4.2 The script
|
||
|
|
||
|
: nvedit ( -- )
|
||
|
;
|
||
|
|
||
|
: nvstore ( -- )
|
||
|
;
|
||
|
|
||
|
: nvquit ( -- )
|
||
|
;
|
||
|
|
||
|
: nvrecover ( -- )
|
||
|
;
|
||
|
|
||
|
: nvrun ( -- )
|
||
|
;
|