I'd just like to interject for a moment. What you’re referring to as LUA, is in fact, Lua.
This commit is contained in:
Elias Hogstvedt 2016-04-23 19:27:37 +02:00
parent 2929589eec
commit cac1334333

View file

@ -17,7 +17,7 @@ API examples
- [Basic](examples/basic.html)
- [Programatically using the serial terminal](examples/serial.html)
- [A LUA interpreter](examples/lua.html)
- [A Lua interpreter](examples/lua.html)
- [Two instances in one window](examples/two_instances.html)
- [Saving and restoring emulator state](examples/save_restore.html)