Skip to content

Instantly share code, notes, and snippets.

@mrdoornbos
Created November 22, 2023 13:50
Show Gist options
  • Save mrdoornbos/7f2638a97bfb2615bc67e6e89824a317 to your computer and use it in GitHub Desktop.
Save mrdoornbos/7f2638a97bfb2615bc67e6e89824a317 to your computer and use it in GitHub Desktop.
10 Print on a TI-92
ten()
Prgm
ClrIO
Lbl a
"" -> s
For i,0,39
int(rand(()*2)→n
If n=0 Then
s&"/"->s
Else
s&"\"->s
Endif
EndFor
Disp s
Goto a
EndPrgm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment