License:
BSD style: see license.txtVersion:
Nov 2005: Initial releaseAuthor:
Kris
1 2 3 4 5 | // create a Sprint instance auto sprint = new Sprint!(char); // write formatted text to a logger log.info (sprint ("{} green bottles, sitting on a wall\n", 10)); |