| Class | Global |
| Name | show macros |
| Arguments |
Shows the current macro definitions.
Example:
>> show macros
Variables:
Functions:
draw
superlink
>> set ple 1
>> show macros
draw:
select pedigree %1
write dot %%.dot %2 %3
$ dot -Tps -o %%.ps %%.dot
$ gv --scale=-2 %%.ps
$ rm %%.dot %%.ps
unselect
superlink:
wri loc sup %%.dat
wri ppd %%.ppd
$ superlink %%.dat %%.ppd
$ rm %%.dat %%.ppd
| << (show map) | Up to index | >> (show missing) |