lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 21 March 2014 18:45, Andrew Starks <andrew.starks@trms.com> wrote:
> On Fri, Mar 21, 2014 at 4:34 PM, Hisham <h@hisham.hm> wrote:
>> require "iostream"
>>
>> _= std.cout << "Hello overloadable bitwise operators!" << std.endl
>>
>>
>> Cheers!
>
> Gasp! While a C++ thread is ongoing, even!
>
> Your example may have portend the beginning of the end of the world as
> we know it. :)

Consider it a preemptive strike: I had to do it in jest quickly before
someone decides to do it for real :)

-- Hisham