summaryrefslogtreecommitdiffstats
path: root/qemu/roms/openbios/forth/admin/script.fs
blob: a65adb207a60cba7fa0ac1ce848d293c9134e952 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
\ 7.4.4.2 The script

: nvedit    ( -- )
  ;
  
: nvstore    ( -- )
  ;
  
: nvquit    ( -- ) 
  ;
  
: nvrecover    ( -- )
  ;
  
: nvrun    ( -- )
  ;