Differences From Artifact [6d40f85d50]:
- File instruc — part of check-in [7f0da6b7e4] at 2021-03-04 05:42:31 on branch trunk — Add the "over" instruction (like in Forth) (user: user, size: 2839) [annotate] [blame] [check-ins using]
To Artifact [e8dca82c5d]:
- File instruc — part of check-in [83764e9bf8] at 2021-03-11 07:38:47 on branch trunk — Implement the "chain" instruction (user: user, size: 2845) [annotate] [blame] [check-ins using]
︙ | |||
203 204 205 206 207 208 209 210 211 212 213 214 215 216 | 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 | + | Animate ,Assassinate ; destroy without sending any messages .Broadcast *BroadcastClass ; for (Broadcast [class]) .BroadcastEx ; broadcast with three arguments BroadcastSum ; Broadcast, but result is sum of return values BroadcastSumEx chain .Create DelInventory Delta .,Destroy FlushClass ,FlushObj GetInventory |
︙ |