| Test Reporter commands from an Obey file          v2.06

RmEnsure Reporter 2.06 ERROR You must load the Reporter module before running this program

Report
Report    \G Start TestObey at time \t ...

Report    Hello World from Reporter

Set       Test$Var    String OS Variable
Set       Test$Num    123
SetEval   Test$Eval   5*5
SetMacro  Test$Macro  A macro

Report    <Test$Var>
Report    <Test$Num>
Report    <Test$Eval>
Report    <Test$Macro>
Report    <No$Variable>

Report    "unfinished quotes
Report    (unfinished bracket
Report    <unfinishedOsVar

Report    "within quotes"
Report    (within brackets)
Report    <within angles>

Report    \b Colour Blue Text
Report    \W Colour White Background 

Report    Basic variable A% cannot be displayed from Obey file!
ReportOff first
Report    secret message
ReportOn  second

ReportClose
Report    another message after close

| following will give 'Not in Basic' message
ReportError

Report    \G End of TestObey
