Registered: 09/17/00
Posts: 739
Loc: San Jose, CA., USA
Code:
# Hello World!
# What can I say, we *must* have a hello world script!
{
-name "My first program!"
-start
-stop
Hola()
Print("%TG.COMMAND_RETURN%")
}
Function Hola()
Hola = "Hello World!"
End Function