swirl
Guide to OmniMark 8   OmniMark home
docs home 
IndexConceptsTasksSyntaxLibrariesLegacy LibrariesErrors
 
     
operator  

=> (pattern variable assignment operator)

 
 

Return type: String
Returns:       

Syntax

pattern => pattern-variable


Purpose

The pattern variable assignment operator. You use => within a pattern to cause all or part of the pattern to be assigned to a pattern variable.

  find white-space letter+ => found-word white-space
     output found-word

Note that you can only use => where a single and unambiguous pattern variable assignment can occur. The following code would be illegal, for instance, because the pattern variable assignment could take place more than once in the course of matching the pattern:

  find white-space (letter => found-letter)+ white-space
     output found-letter

       
 

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.