Feature Request: Implement true and false booleans.

Bug reports and feature requests. New features can only be added to the current development version. Bug-fixes may be back-ported.

Current release: 099 / Current development: 100
Post Reply
Yukiko
Distro Developer
Posts: 2825
Joined: Thu Feb 02, 2006 1:41 pm
Location: San Antonio, Texas
Contact:

Feature Request: Implement true and false booleans.

Post by Yukiko »

Can this be done easily?
As in:
a := true
b := false
Duttones
Apprentice Poster
Posts: 54
Joined: Tue Mar 27, 2012 8:56 pm

Re: Feature Request: Implement true and false booleans.

Post by Duttones »

I think POl 100 have
a := Boolean(1);
Yukiko
Distro Developer
Posts: 2825
Joined: Thu Feb 02, 2006 1:41 pm
Location: San Antonio, Texas
Contact:

Re: Feature Request: Implement true and false booleans.

Post 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.
Post Reply