Algol 68 code

Algol 68 source code can occur in three different places:-

  1. Between bangs in the HTML part (see section 3.3.2)
  2. In macro bodies in the definition part (see section 3.3.3)
  3. After a module tag in the Algol 68 part (see section 3.5)
Wherever the Algol 68 code appears, you should remember to double all @ symbols. For example:-
s:=t[pos+1:@@pos+1]
This also applies to string denotations, viz:-
STRING @!title = "Epsilon @@ PhoenixNet";
Notice that the @ symbol just before title has not been doubled because it is part of a Web 68 command.



Subsections

Sian Mountbatten 2012-01-05