ErosOlmi
08-02-2013, 00:36
Here another QOD (Question Of the Day)
Which of the following 5 PRINTL thinBasic statements will print something different? :D
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
Which of the following 5 PRINTL thinBasic statements will print something different? :D
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