Nivekk / KOS

Fully programmable autopilot mod for KSP.
Other
80 stars 30 forks source link

Boolean operations don't work on booleans. #193

Closed a1270 closed 10 years ago

a1270 commented 10 years ago

Take this example code:

print legs.
True
print panels.
True
if panels and legs
{
  print "Panels & Legs are out!".
}.

This always returns false. As a side note, a NOT/! operator would be very handy. Back to work on docs.