CHOOSES FRENCH AS ERROR DESCRIPTION LANGUAGE
ACTION
The command ERROR_FRENCH chooses French language as the language for the error description. By default, English is the language used for the error description.
SYNTAX:
ERROR_FRENCH
USE ERROR EXAMPLE
label err
error_french
on_error_goto err
top 0, 3+:rem here error
print "never printed"
err:
print "error"
print error_number
print error_type$
print error_line
ERROR_FRENCH
ERROR_FRENCH
SEE ALSO
ON_ERROR_GOTO
ERROR_ENGLISH
ERROR_LINE
ERROR_NUMBER
ERROR_TYPE$