Stage "One Wrong Step" Comments in Lua

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.

It’s because Lua code is not defined there I think. It’s just copypasted template from js.