Skip to content

Commit

Permalink
Merge pull request #232 from Descharges/add_ti_basic
Browse files Browse the repository at this point in the history
Add TI-Basic implementation
  • Loading branch information
mawerty authored Jan 15, 2024
2 parents a80d003 + 3b6b773 commit 4cdfb9d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ A: Thecoderunsfasterwhentherearenouselessspacesandnewlines.
- Tcl
- Terraform
- Thue
- TI-Basic
- Toit
- TrumpScript
- TypeScript
Expand Down
3 changes: 3 additions & 0 deletions implementations/MAIN.8xp
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
:Disp "ENTER NUMBER"
:Input A
:Disp "NOT PRIME"
1 change: 1 addition & 0 deletions optimized_implementations/MAIN.8xp
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
:Disp "ENTER NUMBER":Input A:Disp "NOT PRIME"

0 comments on commit 4cdfb9d

Please sign in to comment.