From: Jason Self Date: Sun, 2 Jun 2019 16:41:49 +0000 (-0700) Subject: Add Uncommon and deprecated directives X-Git-Url: https://jxself.org/git/?p=inform-resources.git;a=commitdiff_plain;h=a4292710403d9486bda4cc8212a93337199fbe79;hp=cc7b3641d6c35a66e3d9a6b0b7c0cd43e8ef7517 Add Uncommon and deprecated directives --- diff --git a/informqr/informqr.md b/informqr/informqr.md index fa5f2f2..058630d 100644 --- a/informqr/informqr.md +++ b/informqr/informqr.md @@ -629,4 +629,16 @@ To declare a new attribute common to all objects: To declare a new property common to all objects: Property property; - Property property expr; \ No newline at end of file + Property property expr; + +Uncommon and deprecated directives +---------------------------------- + +You're unlikely to need these; look them up if necessary. + + Abbreviate "string " "string " ... "string "; + End; + Import variable variable ... variable; + Link "compiled_file"; + Switches list_of_compiler_switches; + System_file; \ No newline at end of file