Macro Language Reference > Macros > Application > verb
  
verb
Description
Defines macros and other system reserved words in the ssys.3ad system file.
Syntax
verb ( index:n ) keyword:m
index
The verb index number (optional): defaults to zero when a new group is started or is auto-incremented when continuing the same group (from v7.78a)
keyword
The name(s) for the defined macro: enclose each name within quote marks.
The example below is taken directly from the ssys.3ad file:
verb "uverb" verb "quit" verb
"debug" verb "esc" verb "run"
Additional Information
* 
Entries defined with verb should not be edited by users, since a number of these are used internally by PTC ALD . For the full list see the ssys.3ad or ssyswin.3ad internal files.