Skip to content

Instantly share code, notes, and snippets.

@dguti
Created February 2, 2019 16:18
Show Gist options
  • Save dguti/eecec249a23d8d046ed6920776c8a94d to your computer and use it in GitHub Desktop.
Save dguti/eecec249a23d8d046ed6920776c8a94d to your computer and use it in GitHub Desktop.
SCRIPT-8
draw = () => {
clear()
print(42, 60, 'Hello world!', 0)
print(42, 40, 'Hello Superman!', 0)
print(42, 80, 'Hello Bat!', 0)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment