Explorar o código

tokens: rename 'Label' to 'Lbl' (as per calculator)

Matthew Iselin %!s(int64=12) %!d(string=hai) anos
pai
achega
b91703b3a3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/tokens.cpp

+ 1 - 1
src/tokens.cpp

@@ -728,7 +728,7 @@ struct Token StandardTokens[] = {
 	{ CTL_END,			"End"		},
 	{ CTL_PAUSE,		"Pause "	},
 	{ CTL_PAUSE,		"Pause"		},
-	{ LABEL,			"Label "	},
+	{ LABEL,			"Lbl "		},
 	{ CTL_GOTO,			"Goto "		},
 	{ INCSKIPIFHIGH,	"IS>("		},
 	{ DECSKIPIFLOW,		"DS<("		},