This commit is contained in:
Bruce Hill 2025-03-25 16:24:12 -04:00
parent 11861d2324
commit c766231693

View File

@ -11,7 +11,7 @@ func main():
# If an empty argument is given, a `none` value is returned # If an empty argument is given, a `none` value is returned
empty := [:Int] empty := [:Int]
>> (+: empty) >> (+: empty)
= none = none:Int
# Use `or` to provide a fallback: # Use `or` to provide a fallback:
>> (+: empty) or 100 >> (+: empty) or 100