Language FBSL
(Scripting language)
| Date: | 07/06/05 |
| Author: | Cpilot |
| URL: | http://www.outcastprogramming.com/ |
| Comments: | 0 |
| Info: | http://forum.fbsl.net/index.php |
| Score: |
option explicit
#dlldeclare kernel32("Sleep")
dim %beer
beer = 99
'*99 bottles of beer on the wall*
'*FBSL Scripting Language *
'*http://forum.fbsl.net/ *
While beer > 0
?
?beer & " bottles of beer on the wall "_
& beer & " bottles of beer"
beer = beer - 1
?"Take one down and pass it around "_
& beer & " bottles of beer on the wall"
Sleep(300)
cls
If beer = 0 then
?"No more bottle of beer on the wall. No more bottles of beer..."
?"Go to the store and buy some more...99 bottles of beer."
end if
wend
?
pause
Download Source | Write Comment
Download Source | Write Comment
Add Comment
Please provide a value for the fields Name,
Comment and Security Code.
This is a gravatar-friendly website.
E-mail addresses will never be shown.
Enter your e-mail address to use your gravatar.
Please don't post large portions of code here! Use the form to submit new examples or updates instead!
Comments