1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-06-30 22:14:58 +03:00
inform7/inpolicy/Chapter 1/Basics.w
2020-05-09 13:07:39 +01:00

17 lines
218 B
OpenEdge ABL
Executable file

[Basics::] Basics.
Some fundamental definitions.
@
@d PROGRAM_NAME "inpolicy"
@ We need to itemise the structures we'll want to allocate:
@e known_problem_CLASS
@ And then expand:
=
DECLARE_CLASS(known_problem)