Release

Calculator 1a

1

Beast905 2022-12-27 23:30 (Edited)

A work-in-progress calculator. I have a few things to fix and add but other than that it’s complete. This took a lot of time to make and iron out all the flaws in it when I do have free time as I am still a student in high school. But I love programming and math and challenges which leads to things like this being created. Hope you enjoy :)

Calculator 1a.nx | Open in app
2022-12-30 17:18
Calculator 1a.nx | Open in app
2022-12-30 17:12
Calculator 1a.nx | Open in app
2022-12-27 23:30

was8bit 2022-12-29 06:19

Check this out :)


was8bit 2022-12-29 06:22

SUB is very powerful :)


Timo 2022-12-29 09:17

Also you can combine the conditions:

IF I$ = "MODE" OR I$=“M” OR VAL(I$)=1 THEN

This will make your program shorter and nicer.


was8bit 2022-12-29 13:38

... that was my Easter egg ;)


Timo 2022-12-29 14:33

Ah, I see :)


was8bit 2022-12-30 05:12

When I was going thru school, etc. I enjoyed teachers who always quietly added a little extra in their lessons, kinda like a sneak peak of something more... often I was the only one who caught it and wanted more ;)

So, I enjoy putting in a little something extra to be discovered...

I also enjoy reading thru others code to see how they get things done :)


Beast905 2022-12-30 17:16

I realized that when I was going through my code to simplify it and add new functions because my token count ended up being around 11,000 without simplifications like using “or” in my commands. Thank you for the suggestions though. I am new to the app/website and so I appreciate all the advice and suggestions you all give.


was8bit 2022-12-30 17:31

Thanks to you for adding fun programs :)


Log in to reply.