quite confusing since the voting possibilities (1,2 and 5 are equal) in the first and in the last line are the same.
Really mind-cranking!
Here another QOD (Question Of the Day)
Which of the following 5 PRINTL thinBasic statements will print something different?
Uses "Console" String A = "Hello" String B = "world" PrintL A + " " + B PrintL A . " " . B PrintL A, B PrintL EXPAND$("$A $B") PrintL A & " " & B WaitKey
www.thinbasic.com | www.thinbasic.com/community/ | help.thinbasic.com
Windows 10 Pro for Workstations 64bit - 32 GB - Intel(R) Xeon(R) W-10855M CPU @ 2.80GHz - NVIDIA Quadro RTX 3000
quite confusing since the voting possibilities (1,2 and 5 are equal) in the first and in the last line are the same.
Really mind-cranking!
I think there are missing some Forum-sections as beta-testing and support
Hehe,
I just voted #1 and now I see it was a bad choice, I should return my diploma from University of ThinBASIC
I thought the comma leads to tabbed out output, but was not sure if it will equal in one space between "Hello" and "world". Maybe it could be added to help file that comma separates the strings using space?
Petr
Learn 3D graphics with ThinBASIC, learn TBGL!
Windows 10 64bit - Intel Core i5-3350P @ 3.1GHz - 16 GB RAM - NVIDIA GeForce GTX 1050 Ti 4GB
Bookmarks