[1122] in Coldmud discussion meeting

root meeting help first first in chain previous in chain previous next last

Re: [COLD] Genesis 1.0p16 released

daemon@ATHENA.MIT.EDU (Tue Nov 5 12:31:32 1996 )

Date: Tue, 5 Nov 1996 10:13:52 -0700 (MST)
From: Brandon Gillespie <brandon@glacier.cold.org>
To: coldstuff@cold.org

Jay wrote:
> Brandon wrote:
>>
>>   * ("string" * INTEGER) returns string repeated INTEGER times (Miro)
>>
>
> eval "bye! thanks for visiting virtual memory!" * 2147483647
> 

And how is that any different from:

   eval var str; str = "bye!"; while (1) { str += str; refresh(); }

Or any of the other simple ways to be rude?

(ok, the above is only one operation vs a few more, but still)

-Brandon