var car: Car
when compiles (drive car):
..
else:
..
RunWhen is a compile-time version of if
var car: Car
when compiles (drive car):
..
else:
..
RunWhen is a compile-time version of if