home *** CD-ROM | disk | FTP | other *** search
- /***
- * Simpleio.ch
- * Definitions for performing simple I/O via standard input and output.
- * Copyright (c) 1990 Nantucket Corp. All rights reserved.
- */
-
-
- #command ? [ <xList,...> ] ;
- => ( OutStd(Chr(13)+Chr(10)) [, OutStd(<xList>)] )
-
-
- #command ?? [ <xList,...> ] ;
- => OutStd( <xList> )
-
-
- #command ACCEPT TO <idVar> ;
- => <idVar> := StrTran( FReadStr(0, 256), Chr(13)+Chr(10) )
-
-
- #command ACCEPT <cPrompt> TO <idVar> ;
- => ? <cPrompt> ;
- ; ACCEPT TO <idVar>
-