summaryrefslogtreecommitdiff
path: root/scratch
diff options
context:
space:
mode:
authorThePrimeAgain <theprimeagain@theprimeagain.com>2025-12-01 09:16:51 -0700
committerThePrimeAgain <theprimeagain@theprimeagain.com>2025-12-01 09:16:51 -0700
commit00c5d9a9ca2d978641e7d30ab70bb34249011dec (patch)
tree6601c82be13b2b7ed68b8ea2f091eb86af8fe830 /scratch
parent0043d77b69d36cb3b7b9ba9db8f36741d27596e2 (diff)
downloada4-00c5d9a9ca2d978641e7d30ab70bb34249011dec.tar.xz
a4-00c5d9a9ca2d978641e7d30ab70bb34249011dec.zip
fill in function seems to work fine
Diffstat (limited to 'scratch')
-rw-r--r--scratch/refresh.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/scratch/refresh.lua b/scratch/refresh.lua
index db78ea5..c90f76f 100644
--- a/scratch/refresh.lua
+++ b/scratch/refresh.lua
@@ -1,3 +1,7 @@
+local function pick_a_number_that_is_42()
+ return 42
+end
+
function return_42()
local number = pick_a_number_that_is_42()
return number