Basic symbol Hardware
in representation
reference language
a to z a to a
A to Z A to Z
0 to 9 0 to 9
+ +
- -
× *
/ /
÷ colon backspace minus
exponentiation exp
< <
≤ less than backspace underline
= =
≥ greater than backspace underline
> >
≠ equal backspace slash
equivalence equal backspace underline
implies imp
or or
and and
not not
, ,
. .
10 α Note (i)
: :
; : backspace , Note (ii)
:= colon equals
space s backspace oblique
( (
) )
[ [
] ]
open parenthesis ( backspace minus
close parenthesis ) backspace minus
true true
false false
goto goto Note (iii)
and other
underlined
basic symbols etc
(i) On some Flexowriters the printed representation corresponding to the code for α is the single character 10.
(ii) The character π(pi) is accepted as synonymous with ; (semicolon). On some Flexowriters π appears as £ (pounds).
(iii) Since spaces are ignored in an Algol program the representation go to is acceptable; go to is not acceptable.