Skip to content

Instantly share code, notes, and snippets.

@eli-oat
Created October 31, 2019 02:43
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 eli-oat/1f883e9c6f8754e96ed72b8893d430d1 to your computer and use it in GitHub Desktop.
Save eli-oat/1f883e9c6f8754e96ed72b8893d430d1 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.272",
"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