QB64.org Forum
Active Forums => QB64 Discussion => Topic started by: TempodiBasic on September 21, 2019, 07:26:33 pm
-
Hi friends
look here please
[ This attachment cannot be displayed inline in 'Print Page' view ]
I have coded NO SUB but I'm going to code a FUNCTION!
do you like my joke?
-
I know, it should read FUNCTION without END SUB on current line :)
Really, you can end a FUNCTION with END SUB and vise versa a SUB with END FUNCTION without an error.
even EXIT SUB/FUNCTION is possible in the wrong context.
-
Now I do remember this has been discussed:
subOrFunction
PRINT "Hello from B+ ;-))"
and so does Rho I see!
-
Yeah Steve pointed this out way back on .NET, and I believe it boils down to the fact that C++ doesn't use an END SUB or FUNCTION it just ends the routine with a '}' so just as long as you END SUB\FUNCTION for the routine it converts properly regardless of whether its the correct one. At best its a grammatical thing and not really that important or so Galleon must have thought anyway.
-
I know about better IDE 1.3 bug. Also, it does not affect programming, just the convenience of use. Start the IDE, minimize it so that the IDE window occupies a quarter of the screen. Press left shift + F1 to bring up help. Now click the maximize button. The window just jumps to the top left of the screen, but stays the same size. This case occur just if help IDE area is active.
-
Yes I can confirm but when I resize QB64Ide I get "error minimum size 80x25" also if I can continue in that resizing
-
Thanks guys
you have teached me more informations about QB64 and its translation in C++, interesting and cool!
Thanks again