Differences From Artifact [a45a286a1e]:
- File instruc — part of check-in [e742adc13a] at 2021-04-26 04:05:17 on branch trunk — Implement more operations with marks. (user: user, size: 3256) [annotate] [blame] [check-ins using]
To Artifact [09554d80ca]:
- File instruc — part of check-in [757d440f6b] at 2021-04-27 23:08:50 on branch trunk — Implement subclassing. (Only partially tested so far) (user: user, size: 3288) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
293 294 295 296 297 298 299 300 301 302 303 304 305 306 | ; Pattern matching -,=Pattern "P" -,=PatternS "P*" -Four -Eight -cut ; Specials *Function *Local *Label *String *Int16 | > > > > | 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 | ; Pattern matching -,=Pattern "P" -,=PatternS "P*" -Four -Eight -cut ; Inheritance -Abstract ,Super ; Specials *Function *Local *Label *String *Int16 |
︙ | ︙ |