forked from IDMComputerSolutions/wordfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAMPLE.uew
executable file
·66 lines (61 loc) · 877 Bytes
/
AMPLE.uew
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
/L1"AMPLE" Line Comment = // Block Comment On = /* Block Comment Off = */ String Chars = "' File Extensions = AMPLE DO DOFILE STARTUP
/Delimiters = ~!@%^&*()-+=|\/{}[]:;<> , .?
/Function String 1 = "%function "
/Function String 2 = "%static function "
/Function String 3 = "%builtin "
/Indent Strings = "{"
/Unindent Strings = "}"
/C1"Key Words"
break
case continue command
default do double
else extern
for
if
local literal
quick_help
ref_help return
switch string
vector
while
/C2"Functions"
** $
builtin
function
static
/C3"Transcript Modifiers"
indirect invisible
sealed
/C4"Reserved Variables"
$abort_enable
$dofile_argN $dofile_arg_count $dofile_result
$stderr $stdin $stdout
false
off on
pi
true two_pi
undefined
void
/C5"Operators"
(
)
[
]
-
! !=
~
^
*
/
%
+
-
< <=
> >=
= ==
& &&
| ||
?:
@
:
;