- long integer (64-bit) data types (signed and unsigned), all operations done inline but for division and modulo (v1c)
- variable-arguments, as in C: "sub foo(byval bar as integer, ...)" (v1c)
- typedefs with forward referencing support, as in C (but the syntax is "TYPE Name AS SymbolType") (v1c)
- bitfields, same syntax as in C: "foo : 4 as integer", "bar : 1 as integer", etc (v1c)
- Support a lot of third party project natively (fmod, sdl, opengl, openal, gtk 2 ...)
- #define support !
- overloading,
- more type support (short, long integer, signed/unsigned ..)
I think i ll keep an eye on it from time to time.
Thanx for the info
