03-16-2025, 08:01 PM
As an outcome to use "strict" and "explicit" as compilation options, now the compiler complains about the sinclair basic function new being not declared.
Output:
It compiles it I replace the new function call with a randomize( usr( 0 ) ) call.
Should I include something for new?
Code:
sub do_cmd_end()
' more things...
new
end sub
Code:
cmd.bas:164: error: Undeclared function "new"
It compiles it I replace the new function call with a randomize( usr( 0 ) ) call.
Should I include something for new?
-- Baltasar