Language Forte TOOL
Date: | 04/20/05 |
Author: | Lee Fuller |
URL: | n/a |
Comments: | 0 |
Info: | n/a |
Score: | (2.17 in 6 votes) |
// //Forte TOOL. By Lee Fuller 06/02/2003 // lBeerstring : string = '%1 Bottles of beer on the wall'; lBeerstring2 : string = '%1 bottles of beer'; lDrink : string = 'Take one down, pass it around.'; for i in 99 to 1 by -1 do task.lgr.putline(textdata().ReplaceParameters(lBeerstring, integerdata(value = i))); task.lgr.putline(textdata().ReplaceParameters(lBeerstring2, integerdata(value = i))); task.lgr.putline(lDrink); task.lgr.putline(textdata().ReplaceParameters(lBeerstring, integerdata(value = i-1))); task.lgr.putline(); end for;
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