-
[rsc] --rw-rw-r-- M 324102 glenda sys 255804 Sep 8 16:28 sys/games/lib/fortunes
/n/sourcesdump/2005/0908/plan9/sys/games/lib/fortunes:4082,4084 -
/n/sourcesdump/2005/0909/plan9/sys/games/lib/fortunes:4082,4085
There are no network problems with scone, hale and poptart. IT support is working these issues and we will notify you when the problem is resolved.
A C, an E-flat, and a G walk into a bar. The bartender says, "Sorry, but we don't serve minors."
exhausted("sleep");
+ /// The ForTo class avoids confusing syntax of "for (int i=1;i<=4;i++) {...}". This can be replaced with "foreach (int i in new ForTo(1,4)) {...}".
|