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/nsieve.t

    r338 r510  
    2727        ) 
    2828    ] 
    29     2 size loop.to 
     29    2 size loop 
    3030 
    3131    ;count 
     
    6262int! args/1 make :n 
    6363 
    64 [10000 n rot sub lshift nsieve] 0 3 loop.to 
     64[10000 n rot sub lshift nsieve] 0 3 loop 
    6565