Created
November 22, 2023 13:50
-
-
Save mrdoornbos/7f2638a97bfb2615bc67e6e89824a317 to your computer and use it in GitHub Desktop.
10 Print on a TI-92
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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