Skip to content

Instantly share code, notes, and snippets.

@N-Like-Flynn
Created August 13, 2019 20:46
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 N-Like-Flynn/1c5f2c7b0be010b68afe9c0a62c89fd2 to your computer and use it in GitHub Desktop.
Save N-Like-Flynn/1c5f2c7b0be010b68afe9c0a62c89fd2 to your computer and use it in GitHub Desktop.
SCRIPT-8
draw = () => {
clear()
const lines = 15
range(lines).forEach(i => {
print(8 * i, 8 * i, 'Hello world!', i % 7)
})
}
{
"iframeVersion": "0.1.255",
"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