diff options
| author | Baitinq <[email protected]> | 2025-01-12 18:35:39 +0100 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2025-01-12 18:35:39 +0100 |
| commit | 01a475bd9c9e2249816fc935e7045d78cafdc672 (patch) | |
| tree | be5a3941341976c0e972ec281371e54b58bb9abc /todo/0.src | |
| parent | Add support for sum operator (diff) | |
| download | pry-lang-01a475bd9c9e2249816fc935e7045d78cafdc672.tar.gz pry-lang-01a475bd9c9e2249816fc935e7045d78cafdc672.tar.bz2 pry-lang-01a475bd9c9e2249816fc935e7045d78cafdc672.zip | |
Evaluator: Store variables with value instead of reference
Diffstat (limited to 'todo/0.src')
| -rw-r--r-- | todo/0.src | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/todo/0.src b/todo/0.src deleted file mode 100644 index 2784a86..0000000 --- a/todo/0.src +++ /dev/null @@ -1,5 +0,0 @@ -let x = 1; - -x = x; - -print(x); |