# assign.c
12		"Cannot change type of non-local variable %s!"
43		"Internal variable error!"
45		"Cannot assign this type!"
45		"Illegal assignment!\nRow or column numbers do not agree!"
45		"Illegal assignment!"
45		"Cannot assign this type to intervals!"
320		"Cannot assign a UDF to a variable!"
500		"Memory overflow."
500		"Not enough memory for function %s!"
501		"Memory overflow in assignment."

binary.c
1		"Could not open the file!"
1		"Stack overflow in putchar(n)."
26		"Wrong argument"
26		"Wrong arguments for %s"

# mainloop.c
		"Error while closing dumpfile."
		"Error in function %s"
1
1		"String value expected!"
1		"User interrupted!"
11		"Name too long!"
11		"Name expected at:\n%s<EOL>"
53		"Could not open file %s!"
55		"Return missing in %s!"
56		"Use return only in functions!"
57		"Break only allowed in functions!"
57		"For only allowed in functions!"
57		"Loop only allowed in functions!"
57		"Repeat only allowed in functions!"
57		"End only allowed in functions!"
57		"Else only allowed in functions!"
57		"Elseif only allowed in functions!"
57		"Endif only allowed in functions!"
58		"User interrupted!"
71		"Syntax error in for."
72		"Startvalue must be real!"
73		"Endvalue missing in for!"
73		"Endvalue must be real!"
73		"Stepvalue must be real!"
73		"Endvalue missing in loop!"
100		"To many commas!"
101		"To many commas!"
102		"Illegal multiple assignment!"
110		"End missing!"
110		"Endif missing, searching for endif!"
110		"Endif missing, searching for else!"
111		"If only allowed in functions!"
120		"Cannot clear in a function!"
130		"Cannot execute a number or matrix!"
131		"Execution failed or program returned a failure!"
160		"Function %s not found!"
160		"Variable %s not found!"
201		"Dump needs a filename!"
201		"Dir needs a string!"
201		"Path needs a string!"
201		"Meta needs a filename!"
201		"postscript needs a filename!"
210		"Cannot assign to value!"
220		"Need a udf!"
221		"Cannot load a file in a function!"
221		"Cannot load a notebook in a function!"
401		"End missing!"
401		"End missing in loop!"
401		"End missing in repeat statement!"
720		"Cannot forget functions in a function!"
1001	"comment illegal at this place"
1002	"endcomment missing!"
11021	"Function not found!"
