| 
       Intrinsic-8 ChOut  | 
    Top Previous Next | 
| 
 8: ChOut(device, byte); 
 This intrinsic sends a byte to the specified output device. For example: 
 ChOut(0, ^=); \Display "=" on the screen ChOut(3, $FF); \Send $FF to the output file 
 Controlling Screen Refresh can speed up this intrinsic. See the Console Refresh section for more information. 
  |