We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d89d3cb commit 0f45c72Copy full SHA for 0f45c72
.github/workflows/LuaWatcom.yml
@@ -58,7 +58,7 @@ jobs:
58
echo "else timeOfDay = 'day'" >> example.lua
59
echo "end" >> example.lua
60
echo "" >> example.lua
61
- echo "-- Concatenate and print timeOfDay and Lua version to screen as part of a greeting" >> example.lua
+ echo "-- Concatenate timeOfDay & Lua version to as part of a greeting" >> example.lua
62
echo "print('Good ' .. timeOfDay .. ' from ' .. _VERSION .. '.')" >> example.lua
63
64
echo "os.exit() -- Exit script. Will also exit a interactive shell" >> example.lua
0 commit comments