coalesce

??

if first value is null or false, return second value; otherwise return the first one


Parameters

coalesce value :any
         alternative :any

Returns

  • :any

Examples

copy

Related