articles/pascal.md: update
This commit is contained in:
parent
a7ddb8eca8
commit
75b7822721
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ begin
|
||||||
Exit(n * n);
|
Exit(n * n);
|
||||||
end;
|
end;
|
||||||
```
|
```
|
||||||
## Identifiers
|
### Identifiers
|
||||||
Pascal is case-insensitive, so `WriteLn`, `writeLn`, `writeln` and `wRiTeLn` are the same
|
Pascal is case-insensitive, so `WriteLn`, `writeLn`, `writeln` and `wRiTeLn` are the same
|
||||||
identifiers.
|
identifiers.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue