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

||* (repetition)

 

 

Syntax

  string-expression ||* numeric-expression


Purpose

An operator that concatenates copies of the specified string-expression. The number of copies is specified with the numeric-expression. The numeric-expression value must be greater than or equal to 0 (zero):

  process
     output "*" ||* 4

The above code outputs:

  ****

The keyword repeated is a deprecated synonym for ||*.

       
 

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.