Liste des Groupes | Revenir à cl forth |
This implementation is not standard compliant, because `compile,`, which[..]
shall has stack effect ( xt -- ), consumes and produces some other stack
parameters for some xts, e.g.
Or, in a standard program:FORTH> see foo
>
: test-compile(
state @ 0= -14 and throw
bl word find if compile, else -13 throw then
parse-name s" )" compare abort" ')' expected"
; immediate
>
: foo test-compile( if ) ;
>
\ Err# -22 ERR: Control structure mismatch.
Les messages affichés proviennent d'usenet.