Report abuse

1
2
3
4
5
6
7
8
$foobar=false
if $foobar {
  notice("yeah: $foobar")
}
$foobar2="false"
if $foobar2 {
  notice("yeah2: $foobar2")
}