boolNumber = 1 if boolNumber = 1 print "True" else print "False" . boolString$ = "true" if boolString$ = "true" print "True" else print "False" .