with name 'rusty' 'blunt' 'axe' 'hatchet'
description "It seems old and blunt.";
- Include "Grammar";
\ No newline at end of file
+ Include "Grammar";
+
+Compiler
+--------
+
+To compile:
+
+ inform commands source_file
+
+Useful *commands* include:
+
+ -------------- ------------------------------------------------
+ -~S disable both Strict checks and Debug tools
+ -~SD disable Strict checks, enable Debug tools
+ -X enable Infix debugger
+ -r output all game text to file (for spell-check)
+ -s display game's size and other statistics
+ -z display game's memory map
+ -v8 compile in Version 8 format (default is v5)
+ +dir,dir,... search for Included files in these directories
+ -------------- ------------------------------------------------
+
+To display full compiler help, type:
+
+ inform -h -h1 -h2
\ No newline at end of file