1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-08 18:14:21 +03:00
inform7/inter/Chapter 1/Basics.w
2019-02-05 00:44:07 +00:00

21 lines
442 B
OpenEdge ABL
Executable file

[Basics::] Basics.
Some fundamental definitions.
@h Build identity.
First we define the build, using a notation which tangles out to the current
build number as specified in the contents section of this web.
@d INTOOL_NAME "inter"
@d INTER_BUILD "inter [[Build Number]]"
@h Setting up the memory manager.
We need to itemise the structures we'll want to allocate:
@e inter_file_MT
@ And then expand:
=
ALLOCATE_INDIVIDUALLY(inter_file)