both too many and too few arguments
Jay Michael <[email protected]>
| Newsgroups | gmane.comp.compilers.gpc |
|---|---|
| Message-ID | <[email protected]> |
GNU Pascal version 20070904, based on gcc-3.4.5 (mingw special).
>gpc jsm6.pas
jsm6.pas: In main program:
jsm6.pas:7: error: too many (>1) arguments to routine `noargproc'
jsm6.pas:5: error: routine declaration
jsm6.pas:7: error: too few (1) arguments to function `noargproc'
I defined a procedure with no arguments. When I called it with two arguments, I got error messages saying both "too many" and "too few" arguments.
What is the significance of the "1" in "too many (>1) arguments" and in "too few (1) arguments"?
_______________________________________________
Gpc mailing list
[email protected]
https://www.g-n-u.de/mailman/listinfo/gpc
jsm6.pas
(application/octet-stream, 243 B) - not displayed