Ticket #174 (closed bug: fixed)
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 (last modified by kjs) (diff)
generated bytecode to store strings in a hash doesn't work.
.sub main $P0 = new "Hash" $P0["hi"] = "hello there" $S0 = $P0["hi"] print $S0 # should print 'hello there' .end
doesn't work. This needs fixing.
Change History
Note: See
TracTickets for help on using
tickets.
