Name: Anonymous 2008-11-02 1:25
[if true]
[print]Please tell me[/print]
[/if]
[print]Please tell me[/print]
[/if]
/*~ Visual BBcode.NET ~*/
[class HelloWorld = public]
[sub main]
[set x = string]"Hello World"[/set]
[if x]
[print]x[/print]
[else]
[print]"There is no x"[/print]
[/if]
[/sub]
[/class]