summaryrefslogtreecommitdiff
path: root/graphics/asymptote/keywords.cc
blob: 19c9bbe4dfc525f0df47f5a895fba9a8ddd99dc9 (plain)
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
/*****
 * This file is automatically generated by keywords.pl.
 * Changes will be overwritten.
 *****/

ADD(and);
ADD(controls);
ADD(tension);
ADD(atleast);
ADD(curl);
ADD(if);
ADD(else);
ADD(while);
ADD(for);
ADD(do);
ADD(return);
ADD(break);
ADD(continue);
ADD(struct);
ADD(typedef);
ADD(new);
ADD(access);
ADD(import);
ADD(unravel);
ADD(from);
ADD(include);
ADD(quote);
ADD(static);
ADD(public);
ADD(private);
ADD(restricted);
ADD(this);
ADD(explicit);
ADD(true);
ADD(false);
ADD(null);
ADD(cycle);
ADD(newframe);
ADD(operator);
ADD(quit);
ADD(q);
ADD(exit);
ADD(reset);
ADD(erase);
ADD(help);
ADD(input);