TI-83 Graphing Calculator    up
 
 


 Eulersche Number   Thomas John LaGatta
:Disp e
Calculates the eulersche-number (e=2.71828).


 Hello World   Thomas John LaGatta
:Disp "Hello World"
Prints "Hello World" onto the screen.


 Squares   Thomas John LaGatta
:For(X,1,10)
:Disp X²
:End
Outputs the squares from 1 to 10.