Ticket #174 (new bug) — at Initial Version

Opened 13 years ago

Last modified 13 years ago

can't store strings in hashes in PIRC

Reported by: kjs Owned by: kjs
Priority: normal Milestone:
Component: pirc Version:
Severity: medium Keywords: hash
Cc: Language:
Patch status: Platform:

Description

generated bytecode to store strings in a hash doesn't work.

.sub main
 $P0 = new "Hash"
 $P0["hi"] = 42
 $I0 = $P0["hi"]
 print $I0
.end

doesn't work. This needs fixing.

Note: See TracTickets for help on using tickets.