| 
       Intrinsic-11 IntOut  | 
    Top Previous Next | 
| 
 11: IntOut(device, value); 
 This intrinsic sends a decimal integer to the specified output device. It converts the integer from its signed binary value into ASCII digits. For example: 
 IntOut(0, X); \Display the value in X on the screen 
  |