home *** CD-ROM | disk | FTP | other *** search
- ; Require version 2.0 or higher of CAL; if not, issue error message and exit.
- ; This is intended to be (include)'d by other CAL programs.
- ;
- ; Written to be compatible with earlier versions:
- ; - (error) didn't display string argument to user, so use (pause) first instead
-
- (if (< VERSION 20)
- (do
- (pause "This CAL program requires CAL version 2.0 or higher")
- (exit)
- )
- )
-