#!/usr/bin/gbs3
use "gb.eval.highlight","gb.pcre"

#SCRIPT Version="1.0.5"

Dim x as string = "hello"

#INCLUDE "TestAppInclude"

dim cNew as new TestIt

print "From Include of class ",cNew();;"Static Class Include ";TestStatic()

'bogomips

for i as integer = 0 to 20
print x;;i
next
Print "Version Number :";;application.version
