diff options
author | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2025-02-09 07:53:44 +0330 |
---|---|---|
committer | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2025-02-09 07:53:44 +0330 |
commit | cf66b5e2db4424cf1947f47b95d7a02344eb315c (patch) | |
tree | e81194f71992caf6dc3d0f7098b6789cc97420b1 /test | |
parent | 6a38b0247cff3be5ce2d0f725d559253357b4dc6 (diff) |
fixed running functions twoice
Diffstat (limited to 'test')
-rw-r--r-- | test/main.felan | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/main.felan b/test/main.felan index 308a21c..f5799d4 100644 --- a/test/main.felan +++ b/test/main.felan @@ -1,6 +1,4 @@ main :: () -> void { - b := false; - b = true; a := fun(2, 3); print(a+5); }; |