AlexFF000/Interactive-Abstraction

if conditions with a single token cause error

Closed this issue · 1 comments

if statements who's conditon contains a single token raises invalidTokens error.
e.g. if (true){ do something}

Occurs if condition is bool or integer. Untested with other types

While and for likely have the same problem