diff options
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 |
