Skip to content

Commit

Permalink
errdef.h: clarify ERR_VWOEQ
Browse files Browse the repository at this point in the history
Most often, the reason for this error is a misspelled keyword, not
a missing equals sign in a variable assignment, so we hint at that.
  • Loading branch information
uli committed Apr 28, 2018
1 parent 4b28587 commit faefb64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ttbasic/errdef.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ESTR(ERR_IFSTKOF, "IF stack overflow")
ESTR(ERR_IFSTKUF, "IF stack underflow")
ESTR(ERR_ULN, "Undefined line number")
ESTR(ERR_PAREN, "\'(\' or \')\' expected")
ESTR(ERR_VWOEQ, "\'=\' expected")
ESTR(ERR_VWOEQ, "\'=\' expected (misspelled command?)")
ESTR(ERR_COM, "Cannot use system command") // v0.83 メッセージ文変更
ESTR(ERR_VALUE, "Illegal value") // 追加
ESTR(ERR_RANGE, "Out of range value") // 追加
Expand Down

0 comments on commit faefb64

Please sign in to comment.