72 // reserved. Also serves as a to-do list of sorts for me. >:F |
73 // reserved. Also serves as a to-do list of sorts for me. >:F |
73 "break", |
74 "break", |
74 "case", |
75 "case", |
75 "continue", |
76 "continue", |
76 "default", |
77 "default", |
77 "do", |
|
78 "else", |
78 "else", |
79 "enum", // Would enum actually be useful? I think so. |
79 "enum", // Would enum actually be useful? I think so. |
80 "func", // Would function support need external support from zandronum? |
80 "func", // Would function support need external support from zandronum? |
81 "return", |
81 "return", |
82 "switch", |
82 "switch", |