Lua是一個簡單的和現代的設計語言,使用簡單的語法學習。
觸摸Lua的特點:
+牽引模式:程序/控制台(命令行)。
+多程序和目錄的支持。
+正常和強大的編輯器(直接輸入代碼編輯器),與語法高亮。
+內置的幫助:,維基,參考教程(手)。
+示例程序提供。
使用觸摸的Lua:
+學習編程和現代腳本。
+應用編程技巧。
+快速原型。
+使用它作為先進的計算器。
開始學習的Lua從主菜單中選擇控制台然後選擇教程。現在,閱讀和應用,你將學習基本的Lua在任何時間!並開始通過在線編程線。
請注意:觸摸Lua使用Lua的5.3標準,因此,如果您打成了未定義功能看到從參考它的替代品。一些例子:解壓()現在是table.unpack(),加載鏈()現在是負載()。
最新版本1.2.5更新日誌
Last updated on 2021年04月25日
Support for Unicode, now we can use all languages in Touch Lua not only English(Japanese, Chinese, Arabic...).
import audio files to work with audio library(coming soon)
support text files
new image api
Touch events was added to the draw library (touchbegan, touchmoved, and touchended)
waittouch() function added to draw library.
Draw library is ready to work.
Line numbers added.
Auto indentation.
System Library: extends Lua API to be useful for Android
optimized for tablet devices(large screens)