X-Git-Url: https://jxself.org/git/?p=inform-resources.git;a=blobdiff_plain;f=informqr%2Finformqr.md;fp=informqr%2Finformqr.md;h=058630dbe2ed342671fdc9a8d51c6a155b097303;hp=fa5f2f26cd5e9f43cd6533d54a6e56a35f79a26d;hb=a4292710403d9486bda4cc8212a93337199fbe79;hpb=cc7b3641d6c35a66e3d9a6b0b7c0cd43e8ef7517 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