Language Qore
| Date: | 07/11/12 |
| Author: | Brett Estrade |
| URL: | n/a |
| Comments: | 0 |
| Info: | http://www.qore.org |
| Score: |
#!/usr/bin/env qore
%require-our
%enable-all-warnings
for (my $i = 99; $i > 0; $i--) {
printf("%d bottles of beer on the wall\n", $i);
printf("%d bottles of beer\n", $i);
printf("take one down, pass it around\n");
printf("%d bottles of beer on the wall\n", $i);
}
Download Source | Write Comment
Alternative Versions
| Version | Author | Date | Comments | Rate |
|---|---|---|---|---|
| SMP threaded scripting language | Brett Estrade | 07/11/12 | 0 |
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