On Mon, May 14, 2012 at 11:20:37AM -0400, Sean Conner wrote:
[...]
> Are you kidding? It can get much worse than that. I came across a language
> [1] that allows for patterm matched random GOSUBs (and that's the general
> case---it can do GOSUBs like other langauges, but it can also do random
> GOSUBS, calculated GOSUBs, and pattern matched GOSUBs with randomness
> thrown in for free).

qw/ foo bar baz /)[rand 3]->('The goggles, they do nothing!');


Reply via email to