MAINSAIL Language Manual, Section 31.1

previous   next   top   complete contents   complete index   framed top   this page unframed


31.1. $baseType

Figure 31–1. $baseType
$ALWAYSINLINE COMPILETIME
INTEGER
PROCEDURE   $baseType   (INTEGER typeCode);

The system PROCEDURE $baseType returns the base type code corresponding to a given extended type code; for example, the following is true:

$baseType(integerCode) = $baseType($integer1Code)
  = 
$baseType($integerSigned2Code) = integerCode

previous   next   top   complete contents   complete index   framed top   this page unframed

MAINSAIL Language Manual, Section 31.1