hchiam / please

An experimental programming language (transpiler) to make it easier to write code with speech recognition.
MIT License
1 stars 1 forks source link

print and if...then but running when should not #26

Closed hchiam closed 7 years ago

hchiam commented 7 years ago

Two examples:

This should only print if two equals one then, and not try to run an if-statement:

Please print if two equals one then

This should not print this should not print because the if-statement evaluates to false:

Please if two equals one then
please print this should not print