-----
void main() {
import std.stdio, std.range;
writefln(";; %(%s, %)).", iota(10, 1101));
}
-----For example, here's the code to Common Lisp which is given by the width of the line is 30 characters:
-----
(let ((a (loop :for i :from 10 :to 1100 :collect i)))
(format t "~%;;~{ ~<~%;; ~1,30:;~S~>~^,~}.~%" a))
-----
http://ideone.com/hGguge
