home *** CD-ROM | disk | FTP | other *** search
- Numerical value
- -----------------------------------------------------------------------
- Version: 1.0, 980214
- Creator: Daniel Bergman.
- Description: The program calculates the numerical value of a number, even decimal.
- Comments: "->" is the same thing as the "STO>"-button.
- Known bugs: None.
- Size: 79 bytes.
-
- For more games and programs, please visit http://ti80.burtrask.net.
-
- PROGRAM:NUMVALUE
- INPUT "NR?",T
- 0->X
- LBL 1
- IF FPART T=0
- GOTO 0
- 10T->T:GOTO 1
- LBL 0
- 10FPART .1T->U
- U+X->X
- INT .1T->T
- IF T>0:GOTO O
- X
-
- --------------------------------------------------------------------
- Copyright (C) 1998 by Daniel Bergman & Mattias MorΘn
- http://ti80.burtrask.net