1
0

Merge branch 'main' of ssh://git.jeffa.io:22022/jeff/dust

This commit is contained in:
Jeff 2024-01-03 11:14:52 -05:00
commit d1ac97507b

View File

@ -246,7 +246,7 @@ say_hi = () <none> {
} }
# This function has one argument and will return a value. # This function has one argument and will return a value.
add_one = (fn number <num>) <num> { add_one = (number <num>) <num> {
number + 1 number + 1
} }