;
; LKERRNUM_SyntaxError
;
#code 1000
Syntax error.
#node "ERROR1000"
;
; LKERRNUM_TrashFollowing
;
#code 1001
Unexpected characters following expression.
#node "ERROR1001"
;
; LKERRNUM_MissingCloseBracket
;
#code 1002
Missing close bracket.
#node "ERROR1002"
;
; LKERRNUM_TooManyClosingBrackets
;
#code 1003
Too many closing brackets.
#node "ERROR1003"
;
; LKERRNUM_ExpectedOpenBracket
;
#code 1004
Expected an opening bracket at this place.
#node "ERROR1004"
;
; LKERRNUM_UnterminatedString
;
#code 1005
Unterminated string.
#node "ERROR1005"
;
; LKERRNUM_UnterminatedComment
;
#code 1006
Unterminated comment.
#node "ERROR1006"
;
; LKERRNUM_UnexpectedChar
;
#code 1007
Unexpected character.
#node "ERROR1007"
;
; LKERRNUM_UnexpectedKeyword
;
#code 1008
Unexpected keyword.
#node "ERROR1008"
;
; LKERRNUM_UnknownControlChar
;
#code 1009
Unknown control character.
#node "ERROR1009"
;
; LKERRNUM_UnknownOption
;
#code 1010
Unknown option.
#node "ERROR1010"
;
; LKERRNUM_MisplacedElse
;
#code 1011
'else' without if.
#node "ERROR1011"
;
; LKERRNUM_KeyExpectsNArgs
;
#code 1012
'%s' expects %d argument(s).
#node "ERROR1012"
;
; LKERRNUM_OpExpectsNArgs
;
#code 1013
'%s' expects %d argument(s).
#node "ERROR1013"
;
; LKERRNUM_InternalFuncExpectsNArgs
;
#code 1014
'%s' expects %d argument(s).
#node "ERROR1014"
;
; LKERRNUM_InternalFuncExpectsNtoNArgs
;
#code 1015
'%s' expects %d..%d argument(s).
#node "ERROR1015"
;
; LKERRNUM_ArgCountMismatch
;
#code 1016
Argument count mismatch.
#node "ERROR1016"
;
; LKERRNUM_ExpectedArgument
;
#code 1017
Expected argument.
#node "ERROR1017"
;
; LKERRNUM_InvalidNumber
;
#code 1018
Invalid number.
#node "ERROR1018"
;
; LKERRNUM_IndexOutOfRange
;
#code 1019
Index exceeds the valid range [%d,%d].
#node "ERROR1019"
;
; LKERRNUM_ExpectedIndexOrder
;
#code 1020
Expected index of order %d.
#node "ERROR1020"
;
; LKERRNUM_OptionOutOfRange
;
#code 1021
Option exceeds the valid range [%d,%d].
#node "ERROR1021"
;
; LKERRNUM_Expected1ArgFunc
;
#code 1022
Expected function with one argument.
#node "ERROR1022"
;
; LKERRNUM_CannotUseTypeAsConstructor
;
#code 1023
Cannot use '%s' as a constructor.
#node "ERROR1023"
;
; LKERRNUM_ExpectedIdWithRange
;
#code 1024
Expected identifier with interval.
#node "ERROR1024"
;
; LKERRNUM_InvalidRange
;
#code 1025
Invalid interval.
#node "ERROR1025"
;
; LKERRNUM_NotArgsForArg
;
#code 1026
Reference doesn't expect arguments.
#node "ERROR1026"
;
; LKERRNUM_ClassHasNoMember
;
#code 1027
Class '%s' has no member '%s'.
#node "ERROR1027"
;
; LKERRNUM_DivisionByZero
;
#code 2000
Division by zero.
#node "ERROR2000"
;
; LKERRNUM_ACosOutOfRange
;
#code 2001
acos out of [-1,1].
#node "ERROR2001"
;
; LKERRNUM_ASinOutOfRange
;
#code 2002
asin out of [-1,1].
#node "ERROR2002"
;
; LKERRNUM_FakOfNonInteger
;
#code 2003
Factorial only defined for integers.
#node "ERROR2003"
;
; LKERRNUM_SigularityOfCot
;
#code 2004
Singularity of cot().
#node "ERROR2004"
;
; LKERRNUM_VectorDimMismatch
;
#code 2005
Vector dimensions don't match.
#node "ERROR2005"
;
; LKERRNUM_MatrixDimMismatch
;
#code 2006
Matrix dimensions don't match.
#node "ERROR2006"
;
; LKERRNUM_MatrixMustBeSquare
;
#code 2007
Matrix must be square.
#node "ERROR2007"
;
; LKERRNUM_MatrixNotInvertable
;
#code 2008
This matrix cannot be inverted.
#node "ERROR2008"
;
; LKERRNUM_NotDefdForType
;
#code 2009
Operator '%s' not defined for
objects of the type '%s'.
#node "ERROR2009"
;
; LKERRNUM_ExpectedType
;
#code 2010
Expected object of type '%s'.
#node "ERROR2010"
;
; LKERRNUM_ReturnTypeMismatch
;
#code 2011
Return type mismatch.
#node "ERROR2011"
;
; LKERRNUM_IOError
;
#code 3000
Read/write error on file '%s'.
#node "ERROR3000"
;
; LKERRNUM_FileNotFound
;
#code 3001
Unable to open file '%s'.
#node "ERROR3001"
;
; LKERRNUM_UnknownReference
;
#code 4000
Undefined reference '%s'.
#node "ERROR4000"
;
; LKERRNUM_ExpectedTypeInSubExp
;
#code 4001
Expected object of type '%s'
in reference '%s', subexpression '%s'.
#node "ERROR4001"
;
; LKERRNUM_UnexpectedTypeInSubExp
;
#code 4002
Type not supported in reference
'%s', subexpression '%s'.
#node "ERROR4002"
;
; LKERRNUM_MissingDollar
;
#code 4003
Missing closing '`' character
in '%s'.
#node "ERROR4003"
;
; LKERRNUM_NoMem
;
#code 9000
Out of memory.
#node "ERROR9000"
;
; LKERRNUM_NotImplemented
;
#code 9001
This function is not implemented yet.
#node "ERROR9001"
;
; LKERRNUM_UserBreak
;
#code 9002
User break.
#node "ERROR9002"
;
; LKERRNUM_Internal
;
#code 9003
Internal error.
Please report it to the author.
#node "ERROR9003"
#end
