11-16-2022, 08:37 PM
TerryRitchie, in QB64-3.4.0 under Windows it works for me
Code: (Select All)
Read a, b, c, d, e
Print "a = "; a
Print "b = "; b
Print "c = "; c
Print "d = "; d
Print "e = "; e
Data 1,2,3,4: ' comment
Data 5