Skip to content

PseudoNot

Nonki Takahashi edited this page Apr 24, 2017 · 3 revisions

PseudoNot

Use an array Not instead of operation Not. Because Small Basic doesn't have the operation Not.

Not = "False=True;True=False;"
gameOver = "False"
While Not[gameOver]
  PlayGame()
EndWhile

This is an exception of CamelVar.

See Also

Other Resources