Skip to content

Instantly share code, notes, and snippets.

@pathunstrom
Created April 2, 2019 14:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pathunstrom/979d96990d66906afd0bf9414650ad17 to your computer and use it in GitHub Desktop.
Save pathunstrom/979d96990d66906afd0bf9414650ad17 to your computer and use it in GitHub Desktop.
SCRIPT-8
draw = () => {
clear()
for (let i=0;i<=16;i++) {
print(i * 8, i * 8, 'Hello world!', i % 7)
}
}
{
"iframeVersion": "0.1.253",
"lines": [
6,
0,
0,
0,
0,
0,
0,
0
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment