Overview
Comment: | More documentation improvements, including README and some minor changes in other files. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
dd3e717a7808e982f9d2cefc5c6596e5 |
User & Date: | user on 2023-01-16 07:32:31 |
Other Links: | manifest | tags |
Context
2023-01-16
| ||
07:34 | Add GitHub Actions file to auto assignment issues from GitHub. check-in: 7078901d62 user: user tags: trunk | |
07:32 | More documentation improvements, including README and some minor changes in other files. check-in: dd3e717a78 user: user tags: trunk | |
2023-01-14
| ||
22:39 | Documentation improvements (no code changes). check-in: caee27e331 user: user tags: trunk | |
Changes
Modified README from [05cc196059] to [6fa6718b83].
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | - + - - - + + - + - + - |
|
︙ |
Modified class.doc from [d0a4a4775b] to [c34c71c5cb].
︙ | |||
253 254 255 256 257 258 259 | 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 | - + + | Note that as the argument, you can use {cat} to convert other tokens to strings if needed. === Global definitions === |
︙ | |||
2969 2970 2971 2972 2973 2974 2975 | 2970 2971 2972 2973 2974 2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 | - + | === Compatibility === Compatible objects have the following differences from the default: * VisualOnly implies Stealthy. |
︙ | |||
3087 3088 3089 3090 3091 3092 3093 | 3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 | - + | any later position (at the first place where it is found), or if it doesn't match, fail. [ Set beginning of slice. ] Set end of slice. ( Set beginning of slice (same as the [ command); ) Set end of slice, but use the position just before the matched item instead of just after it. |
︙ |