comment ( : : Comment : )

Add a comment of one line to the program.

comment allows to add a comment of one line to the program. As parameter value, i.e., as comment, all characters are allowed. This operator has no effect on the program execution.


Parameters

Comment (input_control)
string -> string
Arbitrary sequence of characters.


Example
* This is a program width comments
* 'this is a string as comment'
* here are numbers: 4711, 0.815
stop ()

Result

comment always returns 2 (H_MSG_TRUE).


Parallelization Information

comment is reentrant, local, and processed without parallelization.


Module

Foundation



Copyright © 1996-2008 MVTec Software GmbH