MAS4BRBR Name: brkd [Show more] Type: Variable Category: Utility routines Summary: A flag that indicates whether a system error has occurred Context: See this variable in context in the source code References: This variable is used as follows: * BRBR uses brkd * TITLE uses brkd .brkd EQUB 0 ; A flag to record whether a system error has occurred, ; so we can print it out ; ; * 0 = no system error has occurred ; ; * $FF = a system error has occurred MAS4BRBR