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