Show
Ignore:
Timestamp:
02/10/08 23:53:46 (9 months ago)
Author:
krobillard
Message:

'loop is now an opcode and can act as loop.to for integers.
File port! read now handles optional limit.
console.out now handles binary!.
Can now 'make an int! from first 4 bytes of a binary!
Added ur_initDecimal macro.
Added 'fcalc.
Removed word inc/dec.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/thune/scripts/mandel.t

    r226 r510  
    3131            40.0 div  y 40.0 div  mandelbrot '*' ' ' either prin 
    3232        ] 
    33         -39 39 loop.to 
     33        -39 39 loop 
    3434    ] 
    35     -39 39 loop.to 
     35    -39 39 loop 
    3636    eol prin 
    3737]