# das ist Perl
my $test = 0;

if ($test) {
  print ('aha');
}