swirl
Guide to OmniMark 8   OmniMark home
docs home 
IndexConceptsTasksSyntaxLibrariesLegacy LibrariesErrors
 
    Related Concepts  
modifier  

` (keyword access character)

 
 

Syntax

`name


Purpose

You can use the keyword access character to access an OmniMark keyword that has been hidden by a user-defined name.

For instance, the following program overrides the + character to make it perform concatenation. It then uses the backquote character to access the original + operator.

  define string infix-function 
   value string a
   +
   value string b
   as 
     return a || b
   
  process
     output "cat" + " mouse"
     output "d" % 2 `+ 4

      Related Concepts
   Names and symbols
 
 

Top [ INDEX ] [ CONCEPTS ] [ TASKS ] [ SYNTAX ] [ LIBRARIES ] [ LEGACY LIBRARIES ] [ ERRORS ]

OmniMark 8.2.0 Documentation Generated: March 13, 2008 at 3:33:48 pm
If you have any comments about this section of the documentation, please use this form.

Copyright © Stilo International plc, 1988-2008.