Published in: Lua
a simple return statement seems no work
do return end -- example: function foo:test() --some work do return end --something avoided end
You need to login to post a comment.
Beginning VB.NET
Visual Basic .NET is the latest version of the most widely used programming language in the world, popular with professional developers and complete beginners alike. This book will teach you Visual Basic .NET from first principles. You'll quickly and easily learn how to write Visual Basic .NET code and create attractive windows and forms for the users of your applications.
yuconner on 09/19/07
Published in: Lua
a simple return statement seems no work
do return end -- example: function foo:test() --some work do return end --something avoided end
You need to login to post a comment.