Skip to content

Commit

Permalink
Add Baklava in TI Basic (#4423)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzuckerm authored Feb 1, 2025
1 parent 635bf90 commit 1185745
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions archive/t/ti-basic/baklava.tiprogram
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
For(N,0,20)
abs(10-N)->S
21-2*S->T
""->Str1
For(I,1,S)
Str1+" "->Str1
End
For(I,1,T)
Str1+"*"->Str1
End
Disp Str1
End

0 comments on commit 1185745

Please sign in to comment.