diff options
| author | Eugen Wissner <belka@caraus.de> | 2026-07-03 10:23:50 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2026-07-03 10:23:50 +0200 |
| commit | d9cd03ffeb13a5c30d8337ba27f15e1ba2959e4d (patch) | |
| tree | 511ef9fbbfd953b0819c799b2ba866be8ff1cfd3 /source | |
| parent | 4ad6052aa2816f8296e62569272e99fc0d2fd3c1 (diff) | |
| download | elna-d9cd03ffeb13a5c30d8337ba27f15e1ba2959e4d.tar.gz | |
Move the documentation from the old branch
Diffstat (limited to 'source')
| -rw-r--r-- | source/main.elna | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/source/main.elna b/source/main.elna index e60f9ae..db5e76f 100644 --- a/source/main.elna +++ b/source/main.elna @@ -186,12 +186,6 @@ begin 'n': result^ := '\n'; successful := true - | 'a': - result^ := '\a'; - successful := true - | 'b': - result^ := '\b'; - successful := true | 't': result^ := '\t'; successful := true @@ -213,9 +207,6 @@ begin | '"': result^ := '"'; successful := true - | '?': - result^ := '\?'; - successful := true | '0': result^ := '\0'; successful := true |
