When learning Lua, in the stage “One Wrong Step” in Forest, the default code comments are displayed as “// (comment)” instead of “-- (comment)”. Because of this, the game throws up some errors about the code.
Simple fix should be to replace the // with – when learning for Lua.