J ![]() |
similar languages: | A+ APL K | |
Eulersche Number (1) | Michael Neumann |
+/ % ! i. 9 |
Calculates the eulersche-number
(e=2.71828). |
Eulersche Number (2) | Martin Neitzel |
1x1 |
Calculates the eulersche-number
(e=2.71828). |
Hello World | Michael Neumann |
'Hello World'
|
Prints "Hello World" onto the
screen. |
Squares (1) | Michael Neumann |
a =. 1 + i. 10 a * a |
Outputs the squares from 1 to
10. |
Squares (2) | Javier Gamero |
*:>:i.10 |
Outputs the squares from 1 to
10. |