readme.html 834 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <HTML>
  2. <HEAD>
  3. <TITLE>Lua documentation</TITLE>
  4. <LINK REL="stylesheet" TYPE="text/css" HREF="lua.css">
  5. </HEAD>
  6. <BODY>
  7. <HR>
  8. <H1>
  9. <A HREF="http://www.lua.org/"><IMG SRC="logo.gif" ALT="Lua" BORDER=0></A>
  10. Documentation
  11. </H1>
  12. This is the documentation included in the source distribution of Lua 5.1.5.
  13. <UL>
  14. <LI><A HREF="contents.html">Reference manual</A>
  15. <LI><A HREF="lua.html">lua man page</A>
  16. <LI><A HREF="luac.html">luac man page</A>
  17. <LI><A HREF="../README">lua/README</A>
  18. <LI><A HREF="../etc/README">lua/etc/README</A>
  19. <LI><A HREF="../test/README">lua/test/README</A>
  20. </UL>
  21. Lua's
  22. <A HREF="http://www.lua.org/">official web site</A>
  23. contains updated documentation,
  24. especially the
  25. <A HREF="http://www.lua.org/manual/5.1/">reference manual</A>.
  26. <P>
  27. <HR>
  28. <SMALL>
  29. Last update:
  30. Fri Feb 3 09:44:42 BRST 2012
  31. </SMALL>
  32. </BODY>
  33. </HTML>