1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-09 02:24:21 +03:00
inform7/inter/codegen-module/Chapter 6/Gazetteer Element.w
2021-06-12 10:42:20 +01:00

11 lines
239 B
OpenEdge ABL

[GazetteerElement::] Gazetteer Element.
To write the Gazetteer element (Gz) in the index.
@ =
void GazetteerElement::render(OUTPUT_STREAM) {
inter_tree *I = Index::get_tree();
TempLexicon::stock(I);
TempLexicon::listing(OUT, TRUE);
}