Fix
This commit is contained in:
parent
11861d2324
commit
c766231693
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user