mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
Fixed a spelling mistake
This commit is contained in:
parent
64dd094021
commit
80bda7a0e8
@ -15,7 +15,7 @@ source : [wikipedia](https://en.wikipedia.org/wiki/Pascal_(programming_language)
|
|||||||
to compile and run a pascal program you could use a free pascal compiler. [Download Here](https://www.freepascal.org/)
|
to compile and run a pascal program you could use a free pascal compiler. [Download Here](https://www.freepascal.org/)
|
||||||
|
|
||||||
```pascal
|
```pascal
|
||||||
//Anathomy of a Pascal Program
|
//Anatomy of a Pascal Program
|
||||||
//this is a comment
|
//this is a comment
|
||||||
{
|
{
|
||||||
this is a
|
this is a
|
||||||
|
Loading…
Reference in New Issue
Block a user