ASCII-TABLE

The Elan interpreter uses a slightly modified ASCII code.




0 1 2 3 4 5 6 7
0 nul 0 @ P p
1 cls ! 1 A Q a q
2 cll " 2 B R b r
3 brk # 3 C S c s
4 del $ 4 D T d t
5 right % 5 E U e u
6 left & 6 F V f v
7 bel ` 7 G W g w
8 up ( 8 H X h x
9 down brk ) 9 I Y i y
A lf * : J Z j z
B + ; K [ k {
C ' < L l |
D cr - = M ] m }
E . > N ^ n
F / ? O ' o




The control characters have the following meanings:


\begin{literal}
{\tt nul }null character
{\tt cls }clear the screen
{\tt cll ...
...nd
{\tt lf }line feed
{\tt cr }carriage return
{\tt brk }break
\end{literal}