Differences From Artifact [5a438da8d2]:
- File instruc — part of check-in [156b0a7c35] at 2022-07-06 05:20:21 on branch trunk — Several changes needed to allow coordinate input to be implemented in future (including the CLICK message and InputXY keyword). Also fixes a bug that was caused by changing MoveItem from Uint8 to Uint16. (user: user, size: 3532) [annotate] [blame] [check-ins using]
To Artifact [b6ee0a25e7]:
- File instruc — part of check-in [defb041af6] at 2022-08-02 17:46:10 on branch trunk — Implement /mod and ,/mod commands (user: user, size: 3547) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
101 102 103 104 105 106 107 108 109 110 111 112 113 114 | ; Arithmetic add "+" sub "-" ,mul "*" ,div "/" ,mod neg ,min ,max ; Bitwise lsh ,rsh | > | 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 | ; Arithmetic add "+" sub "-" ,mul "*" ,div "/" ,mod ,divmod "/mod" neg ,min ,max ; Bitwise lsh ,rsh |
︙ | ︙ |