GLBasic is an open source programming language created in 2003.
#1778on PLDB | 21Years Old |
GLBasic is a commercial BASIC programming language that can compile to various platforms including Windows, Linux, Mac OS X, as well as some handheld devices. The language is designed to be simple and intuitive.. Read more on Wikipedia...
FUNCTION add: v AS Tvec
INC self.x, v.x
INC self.y, v.y
INC self.z, v.z
END FUNCTION
END TYPE