比如我们要显示ASCII表中的"a",我们可以使用如下代码:

lua
print(string.char(97))