Skip to content

Instantly share code, notes, and snippets.

@gabrielflorit
Last active March 15, 2019 03:56
Show Gist options
  • Save gabrielflorit/edc14d0b5120af3f0ceb1515a968707a to your computer and use it in GitHub Desktop.
Save gabrielflorit/edc14d0b5120af3f0ceb1515a968707a to your computer and use it in GitHub Desktop.
SCRIPT-8
// title: error test
update = (state, input) => {
state.lastInput = executeFunction()
}
draw = state => {
clear()
rectStroke(0, 0, 128, 128, 6)
print(7, 8 * 7, 'this is a test of', 0)
print(56, 8 * 9, 'the error system.', 0)
}
{
"lines": [
13,
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