From 1a2f5d76b34bbee23bf7a5cb439168442bf6def5 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Sun, 12 Jan 2025 17:43:50 +0100 Subject: Add support for sum operator --- todo/0.src | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 todo/0.src (limited to 'todo') diff --git a/todo/0.src b/todo/0.src new file mode 100644 index 0000000..2784a86 --- /dev/null +++ b/todo/0.src @@ -0,0 +1,5 @@ +let x = 1; + +x = x; + +print(x); -- cgit 1.4.1