From a4292710403d9486bda4cc8212a93337199fbe79 Mon Sep 17 00:00:00 2001 From: Jason Self Date: Sun, 2 Jun 2019 09:41:49 -0700 Subject: [PATCH] Add Uncommon and deprecated directives --- informqr/informqr.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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 -- 2.31.1