| 1252 | } |
| 1253 | |
| 1254 | void PiuText_concat(xsMachine *the) |
| 1255 | { |
| 1256 | PiuText* self = PIU(Text, xsThis); |
| 1257 | PiuTextConcat(self, PiuString(xsArg(0)));; |
| 1258 | } |
| 1259 | |
| 1260 | void PiuText_end(xsMachine *the) |
| 1261 | { |
nothing calls this directly
no test coverage detected