Fixed >scaled in example.
[forth.jl.git] / src / lib.4th
index efadf95..ea4e7de 100644 (file)
 
 : I RSP@ 3 - @ ;
 
+: J RSP@ 6 - @ ;
+
 : ?LEAVE IMMEDIATE
         ' 0BRANCH , 13 ,
         ' R> , ' RDROP , ' RDROP ,
         SWAP DROP
 ;
 
-
+include ../examples/mandelbrot.4th