Returns the xs:boolean value false.
xs:boolean
false
fn:false
The result is equivalent to xs:boolean("0").
xs:boolean("0")
The expression fn:false() returns xs:boolean(0).
fn:false()
xs:boolean(0)