GEOS SDK TechDocs
|
|
handsum ...
|
hwalk ...
help [<command>]
This is the user-level access to the on-line help facilities for Swat. If given a topic (e.g. "brk") as its argument, it will print all help strings defined for the given topic (there could be more than one if the same name is used for both a variable and a procedure, for instance). If invoked without arguments, it will enter a browsing mode, allowing the user to work his/her way up and down the documentation tree.
help-fetch <topic-path>
Examples: "help-fetch top.patient"
Fetches the help string for a given topic path in the help tree.
If there is more than one node with the given path in the help tree, only the string for the first node will be returned.
help-fetch-level
Examples:
Returns a list of the topics available at a given level in the help tree.
The result is a list of node names without leading path components.
See Also: help-fetch.
help-help
Provides help about using the help command (q.v.)
See Also: help.
help-is-leaf <topic-path>
Examples:
Determines whether a given path refers to a help topic or a help category.
Returns one if the given path refers to a leaf node, zero if it is not.
See Also: help-fetch, help-fetch-level.
var help-minAspect [<ratio-times-ten>]
If non-zero, contains the minimum aspect ratio to be maintained when displaying tables in the help browser. The ratio is expressed as the fraction
entries_per_column*10/number_of_columns
E.g. a minimum ratio of 1.5 would be 15. (We multiply by ten because Swat doesn't support floating point numbers.)
help-scan <pattern>
Examples:
Scans all nodes in the help tree for those whose documentation matches a given pattern.
See Also: help-fetch.
var help-verbose [0|1)]
If non-zero, performs verbose prompting.
hex <number>
Examples:
Print hexadecimal equivalent of a number.
hgwalk
Examples:
Print out all geodes and their memory usage.
history [<args>]
Examples:
This command manipulates the history list. Options are:
GEOS SDK TechDocs
|
|
handsum ...
|
hwalk ...