aboutsummaryrefslogtreecommitdiff
path: root/tests/main.amal
diff options
context:
space:
mode:
Diffstat (limited to 'tests/main.amal')
-rw-r--r--tests/main.amal3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/main.amal b/tests/main.amal
index 0cd7154..68ddc47 100644
--- a/tests/main.amal
+++ b/tests/main.amal
@@ -4,7 +4,8 @@ const main = () {
var hello = () {
}
- const value = "hello, world!";
+ const value = "hello"
+ print(value, "world", 356)
}
const print = () {