swirl
Guide to OmniMark 7   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 (foolishly) overrides the + character to make it perform concatenation. It then uses the backquote character to access the original + operator.

  define stream infix-function
   value stream a
   +
   value stream b
   as
     return a || b

  process
     output "cat" + " mouse"
     output "d" % 2 `+ 4

      Related Concepts
   Names and symbols
 
 

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

OmniMark 7.1.2 Documentation Generated: June 28, 2005 at 5:44:55 pm
If you have any comments about this section of the documentation, send email to [email protected]

Copyright © Stilo Corporation, 1988-2005.