Bug 5289 - << print 0[argv] >> doesn't work
Summary: << print 0[argv] >> doesn't work
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Teresa Thomas
URL:
Keywords:
Depends on:
Blocks: 2246 5294
  Show dependency treegraph
 
Reported: 2007-11-07 20:57 UTC by Andrew Cagney
Modified: 2007-12-11 23:10 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Cagney 2007-11-07 20:57:19 UTC
"0[argv]" is short hand for << *(0 + argv) >> ; yes, wierd
Comment 1 Teresa Thomas 2007-11-08 20:41:47 UTC
    Support expression index[arrayName].
    
    frysk-core/frysk/value/ChangeLog
    2007-11-08  Teresa Thomas  <tthomas@redhat.com>
    
    	* Type.java (index): Make operation commutative.
    	* TestArray.java (testIndexOneD): Add test for above.