1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-02 23:14:57 +03:00
inform7/inpolicy/Chapter 1/Basics.w

17 lines
218 B
OpenEdge ABL
Raw Normal View History

2019-02-05 02:44:07 +02:00
[Basics::] Basics.
Some fundamental definitions.
@
2019-02-05 02:44:07 +02:00
@d PROGRAM_NAME "inpolicy"
2019-02-05 02:44:07 +02:00
@ We need to itemise the structures we'll want to allocate:
2019-02-05 02:44:07 +02:00
2020-05-09 15:07:39 +03:00
@e known_problem_CLASS
2019-02-05 02:44:07 +02:00
@ And then expand:
=
2020-05-09 15:07:39 +03:00
DECLARE_CLASS(known_problem)