articles/pascal.md: update

This commit is contained in:
tocariimaa 2025-02-17 00:58:19 -03:00
parent a7ddb8eca8
commit 75b7822721

View file

@ -40,7 +40,7 @@ begin
Exit(n * n);
end;
```
## Identifiers
### Identifiers
Pascal is case-insensitive, so `WriteLn`, `writeLn`, `writeln` and `wRiTeLn` are the same
identifiers.