condition ::= comparison_expression; comparison_expression ::= => local iPosition = getOutputLocation(); literal_expression => local sOp; [ ["<>" | "<=" | "<" | ">=" | ">" | "="]:sOp #continue => { if sOp == "<>" sOp = "!="; @, @ Example: Roger Rabbit@ newFloatingLocation("Roger Rabbit"); @ doesn't like spinash@ traceLine("Position just after 'Roger Rabbit' is " + getFloatingLocation("Roger Rabbit")); Output: Position just after 'Roger Rabbit' is 12 Generated text: Roger Rabbit doesn't like spinash 24.14 getOutputLocation function getOutputLocation() : int Returns the current file position for writing to the output stream. Example: I write 22 characters.@ traceLine("Current position to the output stream = " + getOutputLocation()); Output: Current position to the output stream = 22 Generated text: I write 22 characters.