Mercurial > hgrepos > Python > libs > pygments-lexer-pseudocode2
diff 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 |
line wrap: on
line diff
--- a/docs/examples/example-1.pseudocode Fri May 15 22:29:11 2026 +0200 +++ b/docs/examples/example-1.pseudocode Fri May 15 22:29:42 2026 +0200 @@ -16,7 +16,7 @@ \END-PROC {A Procedure name} \FUNCTION{A Function with {escaped\} text} \IS - a and b xor (c in d) \rem this is another remark + (1234567890 != what) or a and b xor (c in d) \rem this is another remark \block {foo bar} \IF a is nil \THEN
