Changes between Initial Version and Version 1 of Ticket #1641

Show
Ignore:
Timestamp:
05/15/10 23:14:21 (12 years ago)
Author:
bacek
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1641 – description

    initial v1  
    11# Within a method ... This doesn't work. 
     2{{{ 
    23$I0 = 1 
    34$P0 = getattribute self, 'someIntField' 
    45$I1 = iseq $I0, $P0 
     6}}} 
    57 
    68# Error message: 
     
    911There is already support for math operands with mixed types, so allowing iseq to have the same behavior is good for consistency: 
    1012 
     13{{{ 
    1114# Test by bacek 
    1215~/src/parrot (ops_pct_local)$ cat t.pir  
     
    1821.end 
    1922~/src/parrot (ops_pct_local)$ ./parrot t.pir  
     2342 
     24}}}