diff options
author | dec05eba <dec05eba@protonmail.com> | 2019-03-09 11:37:23 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-07-25 14:36:46 +0200 |
commit | 255aa20f6d68a71c9eedd47998480a8b14a3be36 (patch) | |
tree | ca4803e1b1fcff8f1e3fa1af460bde7e0feb9c97 /tests | |
parent | 6421dd86886280e0a6b79228c0269304704be5f5 (diff) |
Add single line, multiline comments
Diffstat (limited to 'tests')
-rw-r--r-- | tests/main.amal | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/main.amal b/tests/main.amal index 786724c..cd0fc60 100644 --- a/tests/main.amal +++ b/tests/main.amal @@ -10,7 +10,10 @@ const main = fn { const num2 = 23232; const num3 = num1 + num2 * 30; const num4 = (num1 + num2) * num3 * ((34 + 32) / 234.345); - const num4 = 23; + //const num4 = 23; + /* + episfjpseifipesf + */ } const print = fn { |