default CommandThe default command sets a variable or property to a given value only if it is currently null, undefined, or an empty string ("").
-- default an attribute to a value
default @foo to 'bar'
-- default a variable to a value
default x to 10
default <target> to <expression>