main.cxx

changeset 37
c349dca807f9
parent 36
a8838b5f1213
child 38
e4bbd540663b
--- a/main.cxx	Sun Jul 29 04:02:07 2012 +0300
+++ b/main.cxx	Sun Jul 29 16:55:32 2012 +0300
@@ -63,6 +63,7 @@
 	"onenter",
 	"onexit",
 	"var",
+	"goto",
 	
 	// 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
@@ -75,7 +76,6 @@
 	"enum", // Would enum actually be useful? I think so.
 	"for",
 	"func", // Would function support need external support from zandronum?
-	"goto", // Labels and goto must be done before if or any loops...
 	"if",
 	"return",
 	"switch",

mercurial