AngelScript
Loading...
Searching...
No Matches
doc_script_bnf.h
1') // single token: starts with // and ends with new line or starts with /* and ends with */
75WHITESPACE ::= [ \#x09\#x0A\#x0D]+ // single token: spaces, tab, carriage return, line feed, and UTF8 byte-order-mark
76</pre>
77
78
79
80
81*/