module: Main function: main params: returns: boolean body: declare b1 :boolean = true return !b1 end body end function end module