Changeset 179 for trunk/thune/scripts

Show
Ignore:
Timestamp:
06/10/06 02:17:23 (3 years ago)
Author:
krobillard
Message:

Thune - Added 'either.

Files:
1 modified

Legend:

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

    r178 r179  
    1515            paren!  [calc-ratio] 
    1616            word!   [drop words inc :words] 
    17             opcode! [stack-ops swap find dup 
    18                      ift (ops inc :ops) 
    19                      iff (words inc :words) 
     17            opcode! [stack-ops swap find 
     18                        [ops inc :ops] 
     19                        [words inc :words] either 
    2020                    ] 
    2121            [drop]