--- gforth/environ.fs 2000/09/23 15:46:52 1.25 +++ gforth/environ.fs 2003/01/20 17:07:37 1.30 @@ -20,10 +20,13 @@ \ wordlist constant environment-wordlist -Create environment-wordlist ( -- wid ) \ gforth +vocabulary environment ( -- ) \ gforth +\ for win32forth compatibility + +' environment >body constant environment-wordlist ( -- wid ) \ gforth \G @i{wid} identifies the word list that is searched by environmental \G queries. - wordlist drop + : environment? ( c-addr u -- false / ... true ) \ core environment-query \G @i{c-addr, u} specify a counted string. If the string is not @@ -38,10 +41,10 @@ Create environment-wordlist ( -- wid ) \ : e? name environment? 0= ABORT" environmental dependency not existing" ; -: has? name environment? 0= IF false THEN ; - : $has? environment? 0= IF false THEN ; +: has? name $has? ; + environment-wordlist set-current get-order environment-wordlist swap 1+ set-order @@ -104,7 +107,6 @@ version-string 2constant gforth ( -- c-a [ forthstart 5 cells + ] literal @ [IFDEF] float float [ELSE] [ 1 floats ] Literal [THEN] / ; -\ !! max-float 15 constant #locals \ 1000 64 / \ One local can take up to 64 bytes, the size of locals-buffer is 1000 maxvp constant wordlists