Skip to content

Commit

Permalink
remove redundant clear from example
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Oct 8, 2024
1 parent 6b96565 commit 57df8fb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions examples/knock_knock_neo.gs
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@ prompt ""
animate do
prompt* "Wake up, Neo...", 50
delay(5000)
clear
prompt* "The Matrix has you...", 50
delay(5000)
clear
prompt* "Follow the white rabbit.", 50
delay(5000)
clear
prompt "Knock, knock, Neo."
delay(5000)
end
prompt ""
prompt ""

0 comments on commit 57df8fb

Please sign in to comment.