| NAME | syntax | note |
|---|---|---|
| IF | IF condition THEN s1; s2...; sn ELSE sn+1; ... |
in one line only
one STATEMENT can be RETURN xxx |
| RETURN | RETURN string | |
| PARSE | PARSE filename TO variable |
parses an xmind file into a SGH structure internally, and affects this parse to the variable |
| AT | AT node name |
searches the current parsed workspace for a node whose title is |
| HYPERLINK --> | HYPERLINK --> variable | once a node is found, allows to get the hyperlink |
| TREE_STR --> | TREE_STR --> variable | once a node is found, converts the sub-tree into a string |