Skip to content

Commit f5fa56c

Browse files
committed
Add flash example
1 parent eaa128c commit f5fa56c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/misc.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,7 @@
3333
# Convert an exact number into a real number
3434
my_exact = TIRealRadical.open("EXAMPLE.8xn")
3535
real = TIReal(my_exact.float())
36+
37+
38+
# Open a flash app
39+
my_flash = TIApp.open("EXAMPLE.8ek")

0 commit comments

Comments
 (0)