LuaOutput.html 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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 Output 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 Output" window is used to display any print or io.write statements made in your script. You can also
  35. double-click on one of the lines that is displayed and it will bring you to the line where the call to print or
  36. io.write was made. In a near future, this window will become more of a "virtual Lua console" where you will be
  37. able to enter commands that will be interpreted by the running Lua virtual machine.
  38. <br>
  39. <br>
  40. <br>
  41. <img src="..\..\Medias\LuaOutput.jpg" alt="The Lua Output Window">
  42. </p>
  43. <br>
  44. </font>
  45. </td>
  46. </tr>
  47. <tr>
  48. <td colspan="2">
  49. <font face="Tahoma" size="1" color="silver">
  50. <hr size="1" color="#000000">
  51. <div align="right">
  52. <a href="http://www.luaedit.net">www.luaedit.net</a>
  53. <br>
  54. © Copyright 2004-2007 Jean-Francois Goulet
  55. <br>
  56. LuaEdit 3.0.4 for Lua 5.1
  57. </div>
  58. </font>
  59. </td>
  60. </tr>
  61. </table>
  62. </body>
  63. </html>