Skip to main content
Skip table of contents

prog_err.lua

LUA
--[[
        Demonstrate a programming error.

        NOTE: stray, beginning of line '--' comments improve
        code readability while still allowing user to copy-paste
        the entire program into the REPL.
--]]

if true then
--
    local a_string = "blahblahblah"
    local oops_not_allowed = a_string..false
        -- NOTE: not allowed!!
--
end

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.