6: Instrument programming Series 2600B System SourceMeter® Instrument
6-12 2600BS-901-01 Rev. B / May 2013
Comments
Comments start anywhere outside a string with a double hyphen (--). If the text immediately after a
double hyphen (--) is anything other than double left brackets ([[), the comment is a short comment,
which continues only until the end of the line. If double left brackets ([[) follow the double hyphen (--),
it is a long comment, which continues until the corresponding double right brackets (]]) close the
comment. Long comments may continue for several lines and may contain nested [[ . . . ]] pairs.
The table below shows how to use code comments.
Using code comments
Type of
comment
Comment
delimiters
Usage Example
comment
comment text is
short enough that it
will not wrap to a
beeper.enable = beeper.OFF
comment
comment text is long
enough that it wraps
to additional lines.
--[[Display a menu with three menu
items. If the second menu item is
selected, the selection will be
Function and variable name restrictions
You cannot use factory script names, functions created by factory scripts, Lua reserved words and
top level command names for function or variable names.
For information on factory script names, see Factory scripts (on page 5-19
).
You cannot use the following Lua reserved words for function or variable names.
Lua reserved words