diff options
| author | suresh <sureshkrishnan.ai@gmail.com> | 2026-01-25 11:43:23 -0500 |
|---|---|---|
| committer | suresh <sureshkrishnan.ai@gmail.com> | 2026-01-25 11:43:23 -0500 |
| commit | 26a0b55ed5bce4ad0ba2af109cfc96da7be2e34c (patch) | |
| tree | 35ba8d7742b8ac727bfc6c4c73ab8b70f6eedb53 /tests/functions/test_implicit_return.zc | |
| parent | 0bb69cb67078dfa921b5b8a42275ef31dfbc9a56 (diff) | |
| parent | 489336b2101bf16edeec7bfc4379408eb19b936e (diff) | |
Merge branch 'main' into JsonType
# Conflicts:
# examples/data/json_config.zc
Diffstat (limited to 'tests/functions/test_implicit_return.zc')
| -rw-r--r-- | tests/functions/test_implicit_return.zc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functions/test_implicit_return.zc b/tests/functions/test_implicit_return.zc index bb35134..e82e286 100644 --- a/tests/functions/test_implicit_return.zc +++ b/tests/functions/test_implicit_return.zc @@ -12,7 +12,7 @@ test "test_implicit_return" { println " Done!"; // With variables - var x = 42; + let x = 42; print "Value is: "; println "{x}"; } |
