Skip to content

Instantly share code, notes, and snippets.

@luigipacheco
Created March 26, 2020 05:06
Show Gist options
  • Save luigipacheco/5488b5b5072e3573b3d148c451be5259 to your computer and use it in GitHub Desktop.
Save luigipacheco/5488b5b5072e3573b3d148c451be5259 to your computer and use it in GitHub Desktop.
SCRIPT-8
draw = () => {
clear()
const lines = 17
range(lines).forEach(i => {
print(8 * i, 8 * i, 'Hello world!', i % 7)
})
}
{
"iframeVersion": "0.1.280",
"lines": [
7,
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