Mercurial > hgrepos > Python > libs > pygments-lexer-pseudocode2
changeset 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 | 97d66960ea69 |
| children | b797e4c0799a |
| files | docs/examples/example-1.pseudocode |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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
