diff options
| author | Zuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian> | 2026-01-25 15:12:12 +0000 |
|---|---|---|
| committer | Zuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian> | 2026-01-25 15:12:12 +0000 |
| commit | 7d1944ab9d2307f2736afe8520436872db1c7617 (patch) | |
| tree | 7380a4f148f9ce0b70ed9f02cfa5e8561c783a7a /tests/functions/test_implicit_return.zc | |
| parent | 8b720543f538862796fec0ff6b7ea12cb140bf0f (diff) | |
'let' it be
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}"; } |
