formating

This commit is contained in:
zeroflag 2021-06-30 14:53:42 +02:00
parent 62be7a78f1
commit 65fc536e01

View file

@ -55,11 +55,8 @@ var: exit.prim ( primitive exit - in case some word needs to override )
` exit exit.prim ! ` exit exit.prim !
: nop ; : nop ;
: defer: : defer: word create
word create ['] lit , ['] nop ,
['] lit , ['] exec , ['] exit , ;
['] nop ,
['] exec ,
['] exit , ;
: is: ( xt -- ) ` 'longValue' jvm-call-method 1+ ! ; : is: ( xt -- ) ` 'longValue' jvm-call-method 1+ ! ;