1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-05-17 16:38:40 +03:00

Updated notes on +replacing

This commit is contained in:
Graham Nelson 2022-10-10 09:51:06 +01:00
parent a1e6b9e7ab
commit 799651ac2c

View file

@ -79,7 +79,10 @@ rather than, as it otherwise would,
"square root of 100" = number: 10
At present this works only for functions.
This works for definitions other than functions, too. If your new kit doesn't
want `INPUT_BUFFER_LEN` to have the conventional value 260, you could define:
+replacing(from BasicInformKit) Constant INPUT_BUFFER_LEN = 400;
* [IE-0009 Dialogue Sections](https://github.com/ganelson/inform-evolution/blob/main/proposals/0009-dialogue-sections.md)
is almost completely implemented, but not yet documented (except that the proposal