Skip to content

Instantly share code, notes, and snippets.

@gabrielflorit
Last active March 22, 2019 23:41
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 gabrielflorit/67f4ca46fde1e506930279d3a68580ad to your computer and use it in GitHub Desktop.
Save gabrielflorit/67f4ca46fde1e506930279d3a68580ad to your computer and use it in GitHub Desktop.
SCRIPT-8
init = state => {
state.text = 'a12312312312312312312'
}
draw = state => {
clear(5)
print(0, 0, state.text, 0)
}
{
"iframeVersion": "0.1.247",
"lines": [
9,
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