Fixed typo
This commit is contained in:
parent
32c0471e3c
commit
875c4cd727
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
\starttext
|
\starttext
|
||||||
|
|
||||||
The first block shows all features of the Pascal pretty printer
|
The first block shows all features of the Pascal pretty printer.
|
||||||
|
|
||||||
\startPAS
|
\startPAS
|
||||||
{ Comment }
|
{ Comment }
|
||||||
|
@ -25,7 +25,7 @@ begin
|
||||||
end;
|
end;
|
||||||
\stopPAS
|
\stopPAS
|
||||||
|
|
||||||
The next block shows some (more or less usefull) special cases.
|
The next block shows some (more or less useful) special cases.
|
||||||
|
|
||||||
\startPAS
|
\startPAS
|
||||||
My_Variable := _for;
|
My_Variable := _for;
|
||||||
|
|
Loading…
Reference in New Issue