Ticket #1595: TT#1595.patch
| File TT#1595.patch, 0.6 KB (added by jimmy, 3 years ago) |
|---|
-
compilers/pct/src/PAST/Compiler.pir
102 102 piropsig['splice'] = 'PPii' 103 103 piropsig['split'] = 'Pss' 104 104 piropsig['sub'] = 'PP+' 105 piropsig['substr'] = 'Ssiis' 105 piropsig['substr'] = 'Ssii' 106 piropsig['replace'] = 'Ssiis' 106 107 piropsig['pow'] = 'NN+' 107 108 piropsig['print'] = 'v*' 108 109 piropsig['say'] = 'v*'
