Summary

[ LiB ]

Summary

Before moving on to the next chapter, you should have Lua installed on your computer and you should feel quite comfortable plugging chunks into the Lua interpreter. You should have taken a good look at Lua's structures, particularly if/for/while , and especially tables. You should have tried playing with a few functions from the string and math libraries. Important points from this chapter:

  • Lua is normally executed by a host program or language.

  • Lua code is broken up into chunks, which are similar to program blocks or single statements.

  • Tables are very important in Lua.

  • Lua is not designed for building huge programs. Its aim is to be useful in creating small programs or parts of a larger system.

[ LiB ]


Game Programming with Pyton, Lua and Ruby
Game Programming with Pyton, Lua and Ruby
ISBN: N/A
EAN: N/A
Year: 2005
Pages: 133

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net