See Original text in context
multi method kept(Promise:U: \result = True --> Promise:D)
Returns a new promise that is already kept, either with the given value, or with the default value True.
True