PseudoNot - nonkit/SmallWikiPad GitHub Wiki

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