[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: EBNF Syntax of Lua
- From: Fabien <fleutot+lua@...>
- Date: Tue, 15 Jan 2008 17:57:59 +0100
Lua 5.1.2 Copyright (C) 1994-2007 Lua.org, PUC-Rio
> getmetatable('').__call = print
> ("Hello")"hello"
Hello hello
>
-- Fabien.