Hello,
This will be your first FBSL program.
FBSL is scripting like language that is able to run Console programs as well as Graphical ones...
Let's dive into our first Console program...
Here's the code :
#AppType Console
Color(14,0): Cls: Print "Hello World!"
Print
Print
Print " / `._ . . _.' \"
Print " '.@ = `. \ / .' = @.'"
Print " \ @`.@ `. \ / .' @.'@ / "
Print " \;`@`.@ `. \ / .' @.'@`;/ "
Print " \`.@ `.@ `'.(*).'` @.' @.'/ "
Print " \ '=._`. @ :=: @ .'_.=' / "
Print " \ @ '.'..'='..'.' @ / "
Print " \_@_.==.: = :.==._@_/ "
Print " / @ @_.: = :._@ @ \ "
Print " /@ _.-' : = : '-._ @\ "
Print " /`'@ @ .-': = :'-.@ @`'`\ "
Print " \.@_.=` .-: = :-. `=._@./ "
Print " \._.-' '.' '-._./ "
Print
Print "... you just run your first FBSL program!"
Print
Pause
Just copy/paste it onto your favourite notepad, then save it as myfirstprogram.fbs
Double click onto it and you'll see a nice yeallow butterfly appearing onto a console window telling 'Hello world'
If you want to know more about FBSL and its capabilities, I invite you to download the manual that is a 550 CHM help file that comes with tutorials and language help + extras.
You can grab it there :
http://gedd123.free.fr/FBSLv3.exeEnjoy FBSL!