2020-08-26, 04:55 PM
Hi,
I would like to see available on the ZX Basic the control flow statements SELECT/CASE ... END SELECT
Thanks,
Paolo
I would like to see available on the ZX Basic the control flow statements SELECT/CASE ... END SELECT
Code:
Select Case Answer$
Case "YES"
...
Case "NO"
...
Case "MAYBE"
...
Default
...
End SelectThanks,
Paolo


