随笔分类 -  Lua

摘要:> git clone -b 'v5.4.0' https://github.com/lua/lua.git > cd lua > vim CMakeLists.txt > cmake -DCMAKE_BUILD_TYPE=Release -S . -B build > cmake --build 阅读全文
posted @ 2023-03-13 21:06 Ajanuw 阅读(67) 评论(0) 推荐(0) 编辑
摘要:参考手册 hello.dll #include "pch.h" #include "lua.hpp" #pragma comment(lib, "lua.lib") BOOL APIENTRY DllMain(HMODULE hModule, DWORD ul_reason_for_call, LP 阅读全文
posted @ 2020-09-14 18:16 Ajanuw 阅读(607) 评论(0) 推荐(0) 编辑
摘要:##注释 -- 单行 --[[ 多行 ... --]] 基本类型和类型判断 print(type("Hello world")) --> string print(type([[ hello world ]])) --> string, 块字符串 print(type(10.4*3)) --> nu 阅读全文
posted @ 2020-07-19 07:14 Ajanuw 编辑

点击右上角即可分享
微信分享提示