Skip to content

Instantly share code, notes, and snippets.

@PJaros
Created September 9, 2019 03:49
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 PJaros/a7e99d4a96b530d488c9d929ee450e19 to your computer and use it in GitHub Desktop.
Save PJaros/a7e99d4a96b530d488c9d929ee450e19 to your computer and use it in GitHub Desktop.
SCRIPT-8
draw = () => {
clear()
const lines = 14
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