NOP Design Home Page
Documentation
TOC/Index
Search
Downloads



<# ... #>

Multi-line comment

A language construct, the <# symbol represents the start of a comment, and will continue across multiple lines until a #> is reached.

Sample Source

<#
   This is a
   mult-line
   comment
#>
Say "Hello World"

Related Function(s):
   #;

Minimum version: 4.0