diff options
author | 225559 <52628757+225559@users.noreply.github.com> | 2022-01-03 18:22:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-04 01:22:40 +0800 |
commit | c42db51e7c9a5111e702622b1ea0941cd20b5238 (patch) | |
tree | 3211c02faa4d8d8abf89ed8ed88dbc709e0eb392 /lua.html.markdown | |
parent | e0f5bcf36a4eb27c72473ce5dbab960792e364cc (diff) |
Add Lua community links (#4069)
Diffstat (limited to 'lua.html.markdown')
-rw-r--r-- | lua.html.markdown | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lua.html.markdown b/lua.html.markdown index e32a275d..ac7883b2 100644 --- a/lua.html.markdown +++ b/lua.html.markdown @@ -391,6 +391,12 @@ g() -- Prints out 343; nothing printed before now. --]] ``` + +## Community + +If you need support join the official Lua [mailing list](https://www.lua.org/lua-l.html), [irc channel](http://lua-users.org/wiki/IrcChannel), or [forum](https://luaforum.com). + + ## References I was excited to learn Lua so I could make games |