09-19-2024, 01:34 PM
That's right, the semicolon has a different meaning in Basic than in C. So it has nothing to do with C/C++. - Wrong thought!
Code: (Select All)
a = 3: b = 7
Print 2; "Hallo"; 45; a * b