From 8256643c0b7e62c911ac4bfb5b3d6c2c3f370452 Mon Sep 17 00:00:00 2001 From: Jacob Date: Mon, 30 Jun 2025 01:24:26 -0400 Subject: [PATCH] Updated example. --- examples/function.scl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/function.scl b/examples/function.scl index 1c00ecb..d4880f9 100644 --- a/examples/function.scl +++ b/examples/function.scl @@ -1,3 +1,3 @@ -f(n) = 2 * n +f(n) 2 * n f(5)