74 "while", |
75 "while", |
75 |
76 |
76 // These ones aren't implemented yet but I plan to do so, thus they are |
77 // These ones aren't implemented yet but I plan to do so, thus they are |
77 // reserved. Also serves as a to-do list of sorts for me. >:F |
78 // reserved. Also serves as a to-do list of sorts for me. >:F |
78 "continue", |
79 "continue", |
79 "else", |
|
80 "enum", // Would enum actually be useful? I think so. |
80 "enum", // Would enum actually be useful? I think so. |
81 "func", // Would function support need external support from zandronum? |
81 "func", // Would function support need external support from zandronum? |
82 "return", |
82 "return", |
83 }; |
83 }; |
84 |
84 |