Function variable initialisation with constants

Previous topic - Next topic

MrTAToad

One that would be nice would be to allow function parameter variables to be initialised with constants, so :

One that would be nice would be to allow function parameter variables to be initialised with constants, so :

Code (glbasic) Select
CONSTANT R% = 4

FUNCTION test%:value% = R%
ENDFUNCTION

would work