diff options
| author | ThePrimeAgain <theprimeagain@theprimeagain.com> | 2025-12-01 09:16:51 -0700 |
|---|---|---|
| committer | ThePrimeAgain <theprimeagain@theprimeagain.com> | 2025-12-01 09:16:51 -0700 |
| commit | 00c5d9a9ca2d978641e7d30ab70bb34249011dec (patch) | |
| tree | 6601c82be13b2b7ed68b8ea2f091eb86af8fe830 /scratch | |
| parent | 0043d77b69d36cb3b7b9ba9db8f36741d27596e2 (diff) | |
| download | a4-00c5d9a9ca2d978641e7d30ab70bb34249011dec.tar.xz a4-00c5d9a9ca2d978641e7d30ab70bb34249011dec.zip | |
fill in function seems to work fine
Diffstat (limited to 'scratch')
| -rw-r--r-- | scratch/refresh.lua | 4 |
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 |
