Nickforall / taal

:zap:Experimental systems programming language
6 stars 0 forks source link

Greater than or lesser than also counts equal as true #11

Open Nickforall opened 6 years ago

Nickforall commented 6 years ago
x = 19
if x < 19 {
  # this is true, but shouldn't be
}