Default
Produces a sequence containing a single empty value, such as an empty string or the number zero, depending on the type of the sequence.
Syntax
Sequence.Default
Return Value
A sequence with a single empty value.
Remarks
This action is internally defined by passing Core.Zero to the return keyword:
return
Core.Zero
This produces a sequence containing a single value which can be either the number zero, an empty string, the false boolean or Core.Void, depending on the type of the sequence.