Menu

GorillaScript / News: Recent posts

Keyword case

I have now allowed the creation of a virtual machine object that recognises VisualBasic style keywords (i.e. Sentence cased).

It can be set when the gs::VirtualMachine object is created through gs::CreateVM ();

Simply specify gs::STYLE_CPP or gs::STYLE_VB to set the keyword style to use.

Example of keyword casing:

- Normal C-style
function
class
int
if elseif
null

- VisualBasic style
Function
Class
Int
If ElseIf
Null... read more

Posted by Nicholas Bedford 2007-02-01
MongoDB Logo MongoDB