adem0x / la-pe

Automatically exported from code.google.com/p/la-pe
0 stars 0 forks source link

It's impossible with certain boolean comparisons. #33

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What will reproduce the problem?
  if (SomeBool and True) then

What is the expected output? What do you see instead?
  I get "It's impossible!" (Line 706 of lpvartypes_ord.pas)

Which version are you using?
  c96f612e0066  

Please provide any additional information below.
  Seems to not be an issue if True is first.

Original issue reported on code.google.com by Dgby...@gmail.com on 7 Sep 2014 at 12:33

GoogleCodeExporter commented 9 years ago
if ((True as Boolean) and True) then

Seems to also do it.

Original comment by Dgby...@gmail.com on 7 Sep 2014 at 12:38

GoogleCodeExporter commented 9 years ago

Original comment by niels....@gmail.com on 28 Nov 2014 at 8:14