Page 1 of 1

Feature Request: Implement true and false booleans.

Posted: Sun Apr 15, 2018 9:36 am
by Yukiko
Can this be done easily?
As in:
a := true
b := false

Re: Feature Request: Implement true and false booleans.

Posted: Tue Apr 17, 2018 7:56 am
by Duttones
I think POl 100 have
a := Boolean(1);

Re: Feature Request: Implement true and false booleans.

Posted: Tue Apr 17, 2018 10:11 am
by Yukiko
Yes but that is not

Code: Select all

a:=true ;
b:=false ;
Other languages have this. It is time to inch eScript into the 21st century.