Differences From Artifact [41c1a088a9]:
- File instruc — part of check-in [2f48f45b15] at 2021-05-01 01:29:33 on branch trunk — Implement "and ... then" and "or ... then" blocks. (user: user, size: 3305) [annotate] [blame] [check-ins using]
To Artifact [3f9b18c19d]:
- File instruc — part of check-in [e3c2fc3bcb] at 2021-05-20 00:47:05 on branch trunk — Change Four and Eight to Rook and Queen; also add Bishop (user: user, size: 3313) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
293 294 295 296 297 298 299 | ArraySlice CopyArray DotProduct ; Pattern matching -,=Pattern "P" -,=PatternS "P*" | | | > | 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 | ArraySlice CopyArray DotProduct ; Pattern matching -,=Pattern "P" -,=PatternS "P*" -Rook -Bishop -Queen -cut ; Inheritance -Abstract ,Super ; Specials |
︙ | ︙ |