From e1cdfd27cad943290a0233119548a8dd8876bd52 Mon Sep 17 00:00:00 2001 From: Andy Belle-Isle Date: Thu, 29 Aug 2019 20:02:35 -0400 Subject: Replaced LuaBridge with sol2 and completely encapsulated scripting within script system --- lib/LuaBridge/Tests/Lua/Lua.5.1.5/test/printf.lua | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 lib/LuaBridge/Tests/Lua/Lua.5.1.5/test/printf.lua (limited to 'lib/LuaBridge/Tests/Lua/Lua.5.1.5/test/printf.lua') diff --git a/lib/LuaBridge/Tests/Lua/Lua.5.1.5/test/printf.lua b/lib/LuaBridge/Tests/Lua/Lua.5.1.5/test/printf.lua deleted file mode 100644 index 58c63ff..0000000 --- a/lib/LuaBridge/Tests/Lua/Lua.5.1.5/test/printf.lua +++ /dev/null @@ -1,7 +0,0 @@ --- an implementation of printf - -function printf(...) - io.write(string.format(...)) -end - -printf("Hello %s from %s on %s\n",os.getenv"USER" or "there",_VERSION,os.date()) -- cgit v1.2.3