MAINSAIL Language Manual, Section 33.21

previous   next   top   contents   index   framed top   this page unframed


33.21. $devModBrkStr

Figure 33–19. $devModBrkStr
COMPILETIME
STRING
<
macro>     $devModBrkStr;

$devModBrkStr is the STRING constant consisting of the single character $devModBrk; see Section 33.20.

Example 33–20. Use of $devModBrkStr
To open a memory file using the standard device MODULE MEM (as described in Chapter 22 of the MAINSAIL Utilities User's Guide):

open(f,"MEM" & $devModBrkStr,create!input!output!random);


previous   next   top   contents   index   framed top   this page unframed

MAINSAIL Language Manual, Section 33.21