Your version could just say 1.0 - Final or something like that. Also, I am going to try this out ;)
EDIT: I tried it out.
How is this intended to be useful? It's slow for some reason (is it WAIT?) and all it does is give you 4 values, 3 of which are usually unnecessary. You call it the ultimate calculator, but in my opinion the sample calc is better.
I'm not trying to be a downer, but I really can't see much of a point to this.
The Uli-Calc
Root / Submissions / [.]
BlackWidowCreated:
Version:Final Release/first releaseSize:
It is the ultimate calculator and in fact the smallest of them all
Yes I do use the wait command why is the wait to long I put it like that due to the fact in that way people have time to read their anwser
Replying to:BlackWidow
Yes I do use the wait command why is the wait to long I put it like that due to the fact in that way people have time to read their anwser
You could instead just display all answers at the same time:
LOCATE 0,0 ?"--------------" ?"<addition>" ?"<subtraction>" ?"<multiplication>" ?"<division>" WAIT 'however long 'or use this WAIT 30 'or some other buffer time WHILE !BUTTON() LOCATE 0,8 COLOR RND(16) ?"Press any button" VSYNC 1 'helps keep reasonable frame rate WEND 'this will display press any button 'in random colors and allow them 'to take as much or as little time as 'they want. From the samples :PBut, at least your calc does math, it's what it's supposed to :D
Whut? It wasn't removed in the first place?