forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterminology.sdef
More file actions
15 lines (14 loc) · 770 Bytes
/
Copy pathterminology.sdef
File metadata and controls
15 lines (14 loc) · 770 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE dictionary SYSTEM "file://localhost/System/Library/DTDs/sdef.dtd">
<dictionary title="Revolution Terminology">
<suite name="Revolution Miscellaneous Commands" code="REVO" description="Miscellaneous commands">
<command name="do script" code="miscdosc" description="Execute Revolution script">
<direct-parameter type="string" description="Script to execute" />
<result type="string" description="Return value" />
</command>
<command name="evaluate" code="misceval" description="Evaluate Revolution expression">
<direct-parameter type="string" description="Exprerssion to evaluate" />
<result type="string" description="Value of expression" />
</command>
</suite>
</dictionary>