Add Uncommon and deprecated directives
authorJason Self <j@jxself.org>
Sun, 2 Jun 2019 16:41:49 +0000 (09:41 -0700)
committerJason Self <j@jxself.org>
Sun, 2 Jun 2019 16:41:49 +0000 (09:41 -0700)
informqr/informqr.md

index fa5f2f26cd5e9f43cd6533d54a6e56a35f79a26d..058630dbe2ed342671fdc9a8d51c6a155b097303 100644 (file)
@@ -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