[ANN] XBLite 4.2.0 Released
  Home FAQ Contact Sign in
comp.lang.basic.misc only
 
Advanced search
POPULAR GROUPS

more...

comp.lang.basic.misc Profile…
 Up
[ANN] XBLite 4.2.0 Released         


Author: XBLite
Date: Apr 15, 2008 17:28

FYI--

A new version of XBLite, v2.4.0, has been released
and is available for download from the XBLite website:

http://xblite.pagesperso-orange.fr/

or download directly from:

http://xblite.pagesperso-orange.fr/xblite_240.zip
http://xblite.pagesperso-orange.fr/xblite_240.7z

XBLite for Windows
What's New

v2.4.0
- This version contains many compiler bug fixes and optimizations.

- The XBLite Reference Manual has been updated to version 1.10.

- The output *.def file has been streamlined and is created only if a program
is compiled as library.

- All Xst exception functions have been moved from the Xst library to Xsx.

- Added DATA statement for storing string data, eg,
DATA "abcd", "123", "2.56"
READ a$, b, c#
See the demo program eliza.x
Show full article (1.78Kb)
3 Comments
Re: [ANN] XBLite 4.2.0 Released         


Author: Judson McClendon
Date: Apr 16, 2008 06:07

"XBLite" yahoo.com> wrote:
> FYI--
>
> A new version of XBLite, v2.4.0, has been released
> and is available for download from the XBLite website:
>
> http://xblite.pagesperso-orange.fr/
>
> or download directly from:
>
> http://xblite.pagesperso-orange.fr/xblite_240.zip
> http://xblite.pagesperso-orange.fr/xblite_240.7z
>
> XBLite for Windows
> What's New
>
> v2.4.0
> - This version contains many compiler bug fixes and optimizations.
>
> - The XBLite Reference Manual has been updated to version 1.10. ...
Show full article (1.02Kb)
no comments
Re: [ANN] XBLite 4.2.0 Released         


Author: Auric__
Date: Apr 16, 2008 09:39

On Wed, 16 Apr 2008 13:07:16 GMT, Judson McClendon wrote:
Show full article (1.28Kb)
no comments
Re: [ANN] XBLite 4.2.0 Released         


Author: XBLite
Date: Apr 16, 2008 15:57

> Actually, since I've never used XBLite, maybe *they* used a "real"
> command line instead.

That is correct. XBLite uses the native windows command window for
console apps.

CONSOLE
DECLARE FUNCTION Entry ()
FUNCTION Entry ()
? "Hello World"
END FUNCTION

ciao,
D.
no comments