IBM Books

Net.Data Reference Guide

Comment block

Purpose

The comment block is used to document the functions of the Net.Data macro.

Syntax

>>-%{--text--%}------------------------------------------------><
 

Parameters

text
Any text on one or more lines. Net.Data ignores the contents of all comments.

Context

Comments must be outside all other Net.Data macro blocks.

Restrictions

Any text or characters are allowed.

Examples

Example 1:

%{
This is a comment block. It can contain any number of lines
and contain any characters. Its contents are ignored by Net.Data.
%}


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]