diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-06-15 23:54:11 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-06-15 23:54:11 -0700 |
commit | f1dffb4130393a5c03eb02fc09e31a1fc0468e38 (patch) | |
tree | 3ff86548c58d1d9573ef7c821011f196a77361fd /apps | |
parent | 4e48a436603694d081826324cba2dfcaddc80499 (diff) | |
download | mu-f1dffb4130393a5c03eb02fc09e31a1fc0468e38.tar.gz |
6545
Diffstat (limited to 'apps')
-rw-r--r-- | apps/arith.mu | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/arith.mu b/apps/arith.mu index 97fff9fa..0ed1714c 100644 --- a/apps/arith.mu +++ b/apps/arith.mu @@ -57,7 +57,6 @@ fn main -> exit-status/ebx: int { fn simplify -> result/eax: int, look/esi: byte { # prime the pump look <- get-char # prime the pump - look <- skip-spaces look # do it result, look <- expression look } |