[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Why not semicolon after "function()" ?
- From: Jon Kleiser <jon.kleiser@...>
- Date: Fri, 1 Dec 2000 10:16:00 +0100
Why is
f = function() print(9);end
accepted, while
f = function();print(9);end
is not?
/Jon
---------------------------------------------------------------------------
Jon Kleiser / ADB ekstern / USIT / University of Oslo / Norway
Mail: Jon.Kleiser@usit.uio.no / Tel: +47-22 85 28 04 / Fax: +47-22 85 29 70
---------------------------------------------------------------------------