J Language Interpreter
~
#
7
8
9
{
,
4
5
6
<
+
1
2
3
←
␣
()
0
=
Use the calculator to enter J expressions. Examples:
~5
(iota),
2 + 3
(addition),
2 3 # 1 2 3 4 5 6
(reshape)