@@ -38,7 +38,7 @@ Identifiers shown in bold are taken from the Sinclair BASIC (beware their meanin
3838* [ CONST] ( const.md )
3939* ** [ CONTINUE] ( continue.md ) ** ** (statement)**
4040* ** [ COS] ( cos.md ) ** ** (function)**
41- * ** [ DECLARE] ( declare.md ) ** ** < modifier > **
41+ * ** [ DECLARE] ( declare.md ) ** ** ( modifier) **
4242* ** [ DIM] ( dim.md ) ** ** (statement)**
4343* [ DO] ( do.md ) ** (statement)**
4444* ** [ DATA] ( data.md ) ** ** (statement)**
@@ -79,7 +79,7 @@ Identifiers shown in bold are taken from the Sinclair BASIC (beware their meanin
7979* ** [ PAPER] ( paper.md ) ** ** (statement)**
8080* ** [ PAUSE] ( pause.md ) ** ** (statement)**
8181* ** [ PEEK] ( peek.md ) ** ** (function)**
82- * ** [ PI] ( pi.md ) ** ** < constant > **
82+ * ** [ PI] ( pi.md ) ** ** ( constant) **
8383* ** [ PLOT] ( plot.md ) ** ** (statement)**
8484* ** [ POKE] ( poke.md ) ** ** (statement)**
8585* ** [ PRINT] ( print.md ) ** ** (statement)**
@@ -91,8 +91,8 @@ Identifiers shown in bold are taken from the Sinclair BASIC (beware their meanin
9191* ** [ RND] ( rnd.md ) ** ** (function)**
9292* ** [ SAVE] ( load.md ) ** ** (statement)**
9393* ** [ SGN] ( sgn.md ) ** ** (function)**
94- * [ SHL or << ] ( shl.md ) (operator)
95- * [ SHR or >> ] ( shl.md ) (operator)
94+ * [ SHL or & lt ;& lt ; ] ( shl.md ) (operator)
95+ * [ SHR or & gt ;& gt ; ] ( shl.md ) (operator)
9696* ** [ SIN] ( sin.md ) ** ** (function)**
9797* ** [ SQR] ( sqr.md ) ** ** (function)**
9898* [ StdCall] ( stdcall.md )
0 commit comments