Syntax
'ATTR' (attr_chr)
Description
The 'ATTR' mnemonic accepts a single character value equivalent to the attribute bit mask used by the terminal driver. This character has the functions mapped as follows:
| Bit | Attribute | 
| 0 | Foreground (high intensity). | 
| 1 | Reverse video. | 
| 2 | Underline. | 
| 3 | Blink. | 
| 5 | Graphics. | 
Because 'ATTR' restores a set of saved attributes, it uses the same bit mapping returned in the FIN() function.