if boolean_value then some_function(false)else some_function(true)end
some_function(not boolean_value)