main.cxx

changeset 56
384c5605bda9
parent 50
2e333a3ca49a
child 60
8834e4b6aebd
--- a/main.cxx	Sat Aug 25 03:04:14 2012 +0300
+++ b/main.cxx	Sat Aug 25 03:40:36 2012 +0300
@@ -61,6 +61,7 @@
 	"case",
 	"default",
 	"do",
+	"else",
 	"event",
 	"for",
 	"goto",
@@ -76,7 +77,6 @@
 	// These ones aren't implemented yet but I plan to do so, thus they are
 	// reserved. Also serves as a to-do list of sorts for me. >:F
 	"continue",
-	"else",
 	"enum", // Would enum actually be useful? I think so.
 	"func", // Would function support need external support from zandronum?
 	"return",

mercurial