diff options
| author | Baitinq <[email protected]> | 2025-01-30 23:39:16 +0100 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2025-01-30 23:39:32 +0100 |
| commit | 0dd8590d78626e8f81ce0399e319c2fda1b85b08 (patch) | |
| tree | fc5057a9b83c758a2bc16540b356a5f96afaf736 /examples | |
| parent | Codegen: Get addition kind of working (diff) | |
| download | pry-lang-0dd8590d78626e8f81ce0399e319c2fda1b85b08.tar.gz pry-lang-0dd8590d78626e8f81ce0399e319c2fda1b85b08.tar.bz2 pry-lang-0dd8590d78626e8f81ce0399e319c2fda1b85b08.zip | |
Codegen: Fix bug calling printf
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/4.src | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/4.src b/examples/4.src index 0dd81ae..b955155 100644 --- a/examples/4.src +++ b/examples/4.src @@ -3,7 +3,6 @@ let print_one = () => { return 4; }; - let main = () => { let y = print_one() + 2; |