HP Prime Programming Tutorial #1: LOCAL, RETURN



#2

Happy 2^10 Day!


http://edspi31415.blogspot.com/2013/10/hp-prime-programming-tutorial-1-local.html


Edited: 25 Oct 2013, 8:18 a.m. after one or more responses were posted


#3

Great! Thanks for the tutorial. I really like your writing style and am looking forward to the other entries.

Tom L


#4

Quote:
Great! Thanks for the tutorial. I really like your writing style and am looking forward to the other entries.

Tom L


Thanks!

#5

Very cool! Thanks for sharing.

#6

Hi Eddie,

Thank you for the tutorial. I am looking forward for the next installments.

Just a comment: in RPN you can also call the program as follows :

    arg_1 [space] arg_2 [space] ... arg_n [space] TEST [Enter]

or this way:

    arg_1 [Enter]
arg_2 [Enter]
...
arg_n [Enter]
TEST [Enter]

There is no need of using parenthesis nor stating the number of arguments. If the arguments are not completed, the calculator answers with a "Error: bad argument count", similar to the 50g's "Error: Too few arguments".

Regards,

Miguel


#7

Quote:
Hi Eddie,

Thank you for the tutorial. I am looking forward for the next installments.

Just a comment: in RPN you can also call the program as follows :

    arg_1 [space] arg_2 [space] ... arg_n [space] TEST [Enter]

or this way:

    arg_1 [Enter]
arg_2 [Enter]
...
arg_n [Enter]
TEST [Enter]

There is no need of using parenthesis nor stating the number of arguments. If the arguments are not completed, the calculator answers with a "Error: bad argument count", similar to the 50g's "Error: Too few arguments".

Regards,

Miguel


Very nice! Do you mind if I mention your tip on my blog? Eddie


#8

Hi,

By all means, go ahead

Regards,

Miguel


Forum Jump: