Code comments

  • 'false' is not a keyword in Nasal
  • so if you don't define a variable named false, it will be nil - i.e. var false = 0;
  • you should use the 'var' keyword when declaring new variables
Return to the user page of "Awexome/PTurn".