Skip to content

Instantly share code, notes, and snippets.

@haininj
Created September 2, 2020 01:58
Show Gist options
  • Save haininj/d09251f5e40b2672af9e95bd653e6ca7 to your computer and use it in GitHub Desktop.
Save haininj/d09251f5e40b2672af9e95bd653e6ca7 to your computer and use it in GitHub Desktop.
SCRIPT-8
draw = () => {
clear()
const lines = 16
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