Page 1 of 1

UseModule improvement

Posted: Sun Jan 07, 2018 12:36 am
by kpeters58
It would be nice if multiple modules could be listed, rather than having to have multiple lines:


UseModule module_a, module_b, module_c

Re: UseModule improvement

Posted: Sat Jul 28, 2018 12:59 pm
by holzhacker
+1

It would be of great help to further organize the code.

Re: UseModule improvement

Posted: Sat Jul 28, 2018 5:14 pm
by Mistrel
This seems to be well inline with similar features already present. This is a good suggestion.

Re: UseModule improvement

Posted: Sat Jul 28, 2018 6:34 pm
by luis
Mistrel wrote:This seems to be well inline with similar features already present
Dim too has a similar limitation.

In PB you can't write

Code: Select all

Dim a(5), b(10)
You were able to do that in 1964 with the Dartmouth BASIC. :shock: