From 01a475bd9c9e2249816fc935e7045d78cafdc672 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Sun, 12 Jan 2025 18:35:39 +0100 Subject: Evaluator: Store variables with value instead of reference --- todo/0.src | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 todo/0.src (limited to 'todo/0.src') 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); -- cgit 1.4.1