LuaStack.html 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <html>
  2. <head>
  3. <title>
  4. The Integrated Development Environment
  5. </title>
  6. </head>
  7. <body bgcolor="#FFFFFF" vlink="silver" alink="navy" link="navy">
  8. <table width="100%" border="0" cellpadding="0" cellspacing="0" summary="">
  9. <tr>
  10. <td valign="bottom">
  11. <div align="left">
  12. <b><font face="Tahoma" size="3" color="navy">The Lua Stack Window</font></b>
  13. <br>
  14. <font face="Tahoma" size="2">
  15. <a href="TopicGroup_TIDE.html">Topic Groups</a>
  16. </font>
  17. </div>
  18. </td>
  19. <td>
  20. <font face="Tahoma" size="1" color="silver">
  21. <div align="right" valign="top">
  22. <a href="http://www.lua.org">Lua homepage</a>
  23. </div>
  24. </font>
  25. </td>
  26. </tr>
  27. <tr valign="top">
  28. <td colspan="2">
  29. <hr size="1" color="#000000" align="top">
  30. <br>
  31. <br>
  32. <font face="Tahoma" size="2">
  33. <p style="text-align: justify">
  34. The "Lua Stack" window is used to display the current state of Lua's stack. Lua internaly uses a stack
  35. concept to function and to communicate with the software it's beeing embedded if any. This window can be
  36. more useful developpers who uses Lua as an embedded third party script language.
  37. <br>
  38. <br>
  39. <br>
  40. <img src="..\..\Medias\LuaStack.jpg" alt="The Lua Stack Window">
  41. </p>
  42. <br>
  43. </font>
  44. </td>
  45. </tr>
  46. <tr>
  47. <td colspan="2">
  48. <font face="Tahoma" size="1" color="silver">
  49. <hr size="1" color="#000000">
  50. <div align="right">
  51. <a href="http://www.luaedit.net">www.luaedit.net</a>
  52. <br>
  53. © Copyright 2004-2007 Jean-Francois Goulet
  54. <br>
  55. LuaEdit 3.0.4 for Lua 5.1
  56. </div>
  57. </font>
  58. </td>
  59. </tr>
  60. </table>
  61. </body>
  62. </html>