diff options
| author | Baitinq <[email protected]> | 2025-01-18 01:25:19 +0100 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2025-01-18 01:25:19 +0100 |
| commit | 4f6eda71d3a5464c3402811452ddde64cb111800 (patch) | |
| tree | bec2abb6d7063e6aa5dd5946022a231955be1a8a /examples | |
| parent | Examples: new example (diff) | |
| download | pry-lang-4f6eda71d3a5464c3402811452ddde64cb111800.tar.gz pry-lang-4f6eda71d3a5464c3402811452ddde64cb111800.tar.bz2 pry-lang-4f6eda71d3a5464c3402811452ddde64cb111800.zip | |
Lang: Start introducing support for function arguments
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/5.src | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/5.src b/examples/5.src index ad96168..573ee6a 100644 --- a/examples/5.src +++ b/examples/5.src @@ -3,7 +3,6 @@ let print_input = (input) => { return input; }; - let main = () => { return print_input(7); }; |