Overview
Comment: | More improvements to documentation. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
65e4177b15545ac52af9c04405188615 |
User & Date: | user on 2021-03-03 22:27:39 |
Other Links: | manifest | tags |
Context
2021-03-03
| ||
22:42 | Implement the Finished variable. check-in: 0a1cd0e0c1 user: user tags: trunk | |
22:27 | More improvements to documentation. check-in: 65e4177b15 user: user tags: trunk | |
07:36 | Add a file describing what files make up a puzzle set. check-in: a56f5e603a user: user tags: trunk | |
Changes
Modified class.doc from [52e75cc8f5] to [5e123ebdb0].
︙ | |||
909 910 911 912 913 914 915 | 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 | + + + - + + + + + + + + + + - - - | === Instructions === For some instructions, a comma prefix means to operate on another object, while the lack of the comma means to operate on itself; for some other instructions, a comma prefix means to use signed instead of unsigned arithmetic. An equal sign prefix usually means to write instead of read. Anywhere an instruction is allowed, it may be one of these instructions, or it may be a constant value, or reading/writing a variable (see the above section about variables specific to objects), or a block instruction (see |
︙ | |||
1360 1361 1362 1363 1364 1365 1366 | 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 | - + + | is no popup quiz. (Not implemented yet. Details described here might be changed when it is implemented.) ret ( -- ) Exit the current subroutine. If this is a message block, it must either leave the stack as it is, or leave it but with one extra value pushed which will be the return value from the message call. (This is implied |
︙ |