Mercurial > hgrepos > Python > libs > pygments-lexer-pseudocode2
comparison docs/examples/example-1.pseudocode @ 233:d6b66d02fb86
A number sample with all digits in the synthetic example
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Fri, 15 May 2026 22:29:42 +0200 |
| parents | 4a8c122725b0 |
| children | 50bd1e91b822 |
comparison
equal
deleted
inserted
replaced
| 232:97d66960ea69 | 233:d6b66d02fb86 |
|---|---|
| 14 \REMARK A remark on its own line within a "BLOCK" | 14 \REMARK A remark on its own line within a "BLOCK" |
| 15 } | 15 } |
| 16 \END-PROC {A Procedure name} | 16 \END-PROC {A Procedure name} |
| 17 | 17 |
| 18 \FUNCTION{A Function with {escaped\} text} \IS | 18 \FUNCTION{A Function with {escaped\} text} \IS |
| 19 a and b xor (c in d) \rem this is another remark | 19 (1234567890 != what) or a and b xor (c in d) \rem this is another remark |
| 20 \block {foo bar} | 20 \block {foo bar} |
| 21 | 21 |
| 22 \IF a is nil \THEN | 22 \IF a is nil \THEN |
| 23 \text{Set something} | 23 \text{Set something} |
| 24 \ELSEIF | 24 \ELSEIF |
