Clarifications

These clarifications are meant to add more information to the specification without cluttering it.

  1. no-continuation:

    There is no continuation token (...) in this assignment, although it is mentioned in the LOLCODE spec.

  2. gt-and-lt:

    The less-than (DIFFRINT <x> AN SMALLR OF <x> AN <y>) and greater-than (DIFFRINT <x> AN BIGGR OF <x> AN <y>) are opposite in this spec compared to the official LOLCODE spec on purpose. Use the definitions in this spec.

  3. no-it:

    The automatically created IT variable is not used for this assignment. IT is used in several places in the LOLCODE spec, most notably for if-then and switch statements.