Small basic - false and true

Lukáš Urlich 1 Reputation point
2022-12-04T14:26:44.487+00:00

could someone advise me why in the compiler it writes me these errors (see . picture) and in the online compiler it works, what should I fix?266941-chyba1.png266864-chyba.png

Small BASIC
Small BASIC
A programming language created by Microsoft that serves a stepping stone for beginners from block-based coding languages to more complex text-based languages.
277 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Martmen 46 Reputation points
    2022-12-04T15:37:03.75+00:00

    write = "False" or "True" with "

    Samble
    hello = "False"
    ...
    if hello = "False" Then
    ...

    1 person found this answer helpful.
    0 comments No comments