01-07-2023, 08:15 PM
(This post was last modified: 01-07-2023, 09:30 PM by Kernelpanic.)
Last try for today:
PS: @Luke - You are using the Clang compiler, why not the GCC (Linux), or the MingW for Windows?
PS2: Could it be that the Clang compiler is missing here? I have installed the MingW64.
Code: (Select All)
'LBasic, zwei Zahlen addieren - 7. Jan. 2023
Dim As Integer zahl1, zahl2, summe
zahl1 = 10
zahl2 = 15
summe = zahl1 + zahl2
Print summe
End
PS: @Luke - You are using the Clang compiler, why not the GCC (Linux), or the MingW for Windows?
PS2: Could it be that the Clang compiler is missing here? I have installed the MingW64.