[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: What is the equivalent of die() command of perl
- From: Anurag Sharma <anurag.sharma.101@...>
- Date: Thu, 10 Sep 2009 17:24:26 +0530
There is a Die command in perl which terminates the program immediately and prints the message
Die("Message");
Is there any equivalent in Lua.. If yes, what is it?
Also, is there any tutorial or guide that teaches Lua to perl programmers.
thanks
Anurag