Skip to content

Instantly share code, notes, and snippets.

@tiwo
Created August 7, 2014 05:35
Show Gist options
  • Save tiwo/0364df7afb06bb8199ae to your computer and use it in GitHub Desktop.
Save tiwo/0364df7afb06bb8199ae to your computer and use it in GitHub Desktop.
SCREEN 9
FOR k = 0 TO 640
PSET (k, (k * k) MOD 330)
NEXT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment