1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-21 14:02:02 +02:00

Merge pull request #3866 from nitinrathi/patch-1

[pascal/en] Fixed a spelling mistake
This commit is contained in:
Max Schumacher
2020-02-25 15:10:24 +01:00
committed by GitHub

View File

@@ -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/)
```pascal
//Anathomy of a Pascal Program
//Anatomy of a Pascal Program
//this is a comment
{
this is a