swirl Guide to OmniMark 5   OmniMark home
docs home 
IndexConceptsTasksSyntaxLibrariesOMX VariablesErrors
 
    Related Concepts  
operator   ~    

Return type: The same as the type of it argument
Returns:       

The value of the expression



Syntax
  ~ expression


Purpose

You can use the identity operator (~) to force an expression contained in a pattern to be evaluated so that the result of the expression becomes part of the pattern. This is only necessary for expressions which are ambiguous in their syntax, so that OmniMark cannot tell, without the identity operator, whether the expression is a value expression to be evaluated or a sequence of pattern expressions.

The identity operator is required in the following cases:

You must use the identity operator when using an item on a shelf in a pattern:

  ~foo[2]
  ~foo{"bar"}

You must use the identity operator when calling an infix function (one in which the function name is placed between its arguments):

  ~("d" % foo)
  ~(foo take (any** ","))

You can also use the identity operator in place of the keyword when to add a conditional expression to a pattern. Thus you can replace:

  (when title="")
with
  ~(title="")

      Related Concepts
   Pattern matching
 
----  

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

Generated: August 11, 2000 at 3:06:57 pm
If you have any comments about this section of the documentation, send email to docerrors@omnimark.com

Copyright © OmniMark Technologies Corporation, 1988-2000.