The <CODE> tags should be used to surround quotes from computer code (such as segments from programs).
Syntax and Usage
<CODE>...computer code...</CODE>
Simply put <CODE> and </CODE> tags round the computer code you want to be displayed as code.
Note that if your computer code contains special GuideML characters, like < and > signs or the & character, then you need to 'escape' them to prevent them from being interpreted as GuideML tags. You can do this by using < instead of <, > instead of > and & instead of &. You can more in our entry on Special Character Codes.
Known Issues
None.
Example
Type IF a<b THEN END at the prompt.
Further Information