Index | math | Lists | strings | complex | matrix | poly |
hexa/bin | date/time | progs | conversion | files | apn |
![]() |
type your program, press OK to complete. now you have the following program « DUP 2 + » on the stack. |
« "a number please ?" input IF 5 ?< THEN "too low" ELSE "ok.." ENDIF » |
« DEPTH IF 0 ?== THEN "too few argument!" 1 DISP ELSE "Please wait" 1 DISP md5 ENDIF » |
« 1 10 FOR rnd NEXT 10 ->list »just give a list of 10 randomized numbers |
« 1 10 FOR INDEX fact NEXT 10 ->list sum »compute : Σx=1..10( x! ) |
![]() |
In the VAR program, you can store any object type you want (numbers, matrix, strings...) Obviously you can also store your programs. |
«
and ends with »
as being a program...«
« DUP2 * AROT + / » STO_A
2 3 RCL_A run
5 6 RCL_A run
» |
Store your subprogram into register A (STO_A) The subprogram, wait for 2 number (a,b) and compute (a*b)/(a+b) to execute this subprogram, do RCL_A and run. |
Key_F#
" (replace # by 9,10,11 or 12).