11-16-2022, 10:33 PM
I was almost fooled by what's going on. In QuickBASIC the programmer who wanted to use parenthesis so much for a subprogram (not "FUNCTION") call must use "CALL" statement like this:
In QB64(PE) don't use parenthesis around a parameter list for subprogram call. This is not C, it's easier than that. :tu:
Code: (Select All)
CALL get_numeric_args(args())
In QB64(PE) don't use parenthesis around a parameter list for subprogram call. This is not C, it's easier than that. :tu: