ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Removed Areas > FBSL - Freestyle Basic Script Langage

Your first Console program

(1/1)

Gerome:
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 :


--- Code: Text ---#AppType ConsoleColor(14,0): Cls: Print "Hello World!"PrintPrintPrint "                / `._     .       .      _.' \"Print "              '.@ = `.     \     /     .' = @.'"Print "               \ @`.@ `.    \   /    .' @.'@ / "Print "                \;`@`.@ `.   \ /   .' @.'@`;/  "Print "                 \`.@ `.@ `'.(*).'` @.' @.'/   "Print "                  \ '=._`. @ :=: @ .'_.=' /    "Print "                   \ @  '.'..'='..'.'  @ /     "Print "                    \_@_.==.: = :.==._@_/      "Print "                    /  @ @_.: = :._@ @  \      "Print "                   /@ _.-'  : = :  '-._ @\     "Print "                  /`'@ @ .-': = :'-.@ @`'`\    "Print "                  \.@_.=` .-: = :-. `=._@./    "Print "                    \._.-'   '.'   '-._./      "PrintPrint "... you just run your first FBSL program!"PrintPause
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.exe

Enjoy FBSL!

Navigation

[0] Message Index

Go to full version