script.lua

来自「从Delphi中调用lua」· LUA 代码 · 共 4 行

LUA
4
字号
ar.dog = 'The dog goes woof!';
ar.cat = 'The cat says meow!';
ar['bird'] = "The bird is in the cat's stomache!";

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?