288 questions
write = "False" or "True" with "
Samble
hello = "False"
...
if hello = "False" Then
...
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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?
write = "False" or "True" with "
Samble
hello = "False"
...
if hello = "False" Then
...