We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b28587 commit faefb64Copy full SHA for faefb64
1 file changed
ttbasic/errdef.h
@@ -18,7 +18,7 @@ ESTR(ERR_IFSTKOF, "IF stack overflow")
18
ESTR(ERR_IFSTKUF, "IF stack underflow")
19
ESTR(ERR_ULN, "Undefined line number")
20
ESTR(ERR_PAREN, "\'(\' or \')\' expected")
21
-ESTR(ERR_VWOEQ, "\'=\' expected")
+ESTR(ERR_VWOEQ, "\'=\' expected (misspelled command?)")
22
ESTR(ERR_COM, "Cannot use system command") // v0.83 メッセージ文変更
23
ESTR(ERR_VALUE, "Illegal value") // 追加
24
ESTR(ERR_RANGE, "Out of range value") // 追加
0 commit comments