home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 2 / crawlyvol2.bin / program / misc / mas / mashelp / masparm.def < prev    next >
Encoding:
Modula Definition  |  1990-06-16  |  398 b   |  11 lines

  1.  
  2. (* MAS PARM Definition Module. *)
  3. DEFINITION MODULE MASPARM;
  4.   FROM Portab IMPORT STRING;
  5.   PROCEDURE NextParm(VAR s : STRING): BOOLEAN;
  6. (*Next Parameter. The next parameter from the GEM environement is
  7. placed in string s. If no parameter was found, FALSE is returned
  8. and s is undefined, else TRUE is returned. The separator for the
  9. parameters is the blank character. *)
  10.   END MASPARM.
  11. ə