Differences From Artifact [651dfa2b24]:
- File instruc — part of check-in [7a253eb1d0] at 2020-12-17 03:29:36 on branch trunk — Change FlushObj to ,FlushObj to make the instruction set more consistent (user: user, size: 2623) [annotate] [blame] [check-ins using]
To Artifact [ad8994f3d8]:
- File instruc — part of check-in [ef4096f816] at 2021-01-06 07:31:04 on branch trunk — Add instructions for checking types of values (user: user, size: 2698) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
118 119 120 121 122 123 124 125 126 127 128 129 130 131 | eq ne ,gt ,lt ,ge ,le is ; Standard variables ,Class ,=!Temperature ,=Shape ,Xloc ,Yloc | > > > > > > > > > | 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 | eq ne ,gt ,lt ,ge ,le is ; Type checks qn "n?" qc "c?" qcz "cz?" qm "m?" qs "s?" qo "o?" qoz "oz?" ; Standard variables ,Class ,=!Temperature ,=Shape ,Xloc ,Yloc |
︙ | ︙ |