Changes between Initial Version and Version 1 of Ticket #174

Show
Ignore:
Timestamp:
01/14/09 17:28:03 (13 years ago)
Author:
kjs
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #174 – description

    initial v1  
    55.sub main 
    66 $P0 = new "Hash" 
    7  $P0["hi"] = 42 
    8  $I0 = $P0["hi"] 
    9  print $I0 
     7 $P0["hi"] = "hello there" 
     8 $S0 = $P0["hi"] 
     9 print $S0 # should print 'hello there' 
    1010.end 
    1111}}}