(no subject)
Dec. 30th, 2010 08:31 pmif boolean_value then
some_function(false)
else
some_function(true)
endor
some_function(not boolean_value)hm.
if boolean_value then
some_function(false)
else
some_function(true)
endsome_function(not boolean_value)