Capitalization and lower Case
DIM a,b,c AS LONG
Doesn't Work with oxygen
dim a,b,c as long
Is much better one
TYPE
FUNCTION
MAIN
PROCEDERE
SUB
...
Much more dont Like larger cases.
Little Thing I have noticed Last weeks and month.
Bye Frank
The reason is:
#case capital
This makes symbol name lexing sensitive to fully capitalized names. It is required when using header files like gl.h which declares differnt names with the same spelling but different cases. Partial case-sensitivity is sufficient here because all the Opengl constants are fully capitalized.