This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
tutorials:pascal [2024/06/20 05:01] papa [Additional Information] |
tutorials:pascal [2024/06/20 05:10] (current) papa [Hello, World!] |
||
---|---|---|---|
Line 22: | Line 22: | ||
(* Hello program in Pascal *) | (* Hello program in Pascal *) | ||
- | program Hello(Output); | + | program Hello (Output); |
begin | begin | ||
- | writeln(' | + | writeln (' |
end. | end. | ||
</ | </ | ||
Line 40: | Line 40: | ||
</ | </ | ||
- | <sup>*</ | + | |
- | + | * At the '' | |
- | <sup>*</ | + | |
===== Additional Information ===== | ===== Additional Information ===== |