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