ifnot

.ifnot condition:{Boolean} body:{Lambda} -> Any

Return

body if condition is false, otherwise nothing

Parameters

condition

whether the content should be added to the document

body

content to append if condition is not verified. Accepts 0 parameters.