Error Messages

B

 

 

 

 

 

 

 

 

 

The following is a list of the error messages produced by Pascal, arranged by message number.

10010: Builtin <function> takes exactly <number> arguments

10020: Builtin <function> takes at least <number> arguments

10030: Builtin <function> takes at least <number> arguments and at most <number>

10040: Built-in <function> cannot be passed as a parameter

10050: argv takes two arguments

10060: argv's first argument must be an integer, not <type>

10070: argv's second argument must be a string, not <type>

10080: Argument to card must be a set, not <type>

10090: flush takes at most one argument

10100: flush's argument must be a file, not <type>

10110: Not enough arguments to <function>

265