CompileStrings:
PROC [
inputFile: Rope.ROPE, -- the source file
interfaceId: Rope.ROPE, -- exported interface or "SELF"
formatId: Rope.ROPE, -- ASCII record declaration
moduleId: Rope.ROPE, -- output file
compact, altoCode: BOOL]
RETURNS [nChars, nStrings: CARDINAL];