Differences From Artifact [fccdfbdf14]:
- File instruc — part of check-in [e7e0e8408f] at 2021-02-25 07:04:12 on branch trunk — Correct the array dimensions and complete the implementation of arrays. Some levels of FALLING still don't work, but at least some of these (such as level 9) are not due to arrays. (user: user, size: 2825) [annotate] [blame] [check-ins using]
To Artifact [e0db812da3]:
- File instruc — part of check-in [0a1cd0e0c1] at 2021-03-03 22:42:08 on branch trunk — Implement the Finished variable. (user: user, size: 2835) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
182 183 184 185 186 187 188 189 190 191 192 193 194 195 | From =Arg1 =Arg2 =Arg3 MoveNumber Level Key ; Class definitions -Background ; used at top level only; not in a class -Input -Quiz -InPlace -DefaultImage | > | 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 | From =Arg1 =Arg2 =Arg3 MoveNumber Level Key =Finished ; Class definitions -Background ; used at top level only; not in a class -Input -Quiz -InPlace -DefaultImage |
︙ | ︙ |