fork download
  1. local data_struct = {
  2. wood = "default:wood",
  3. stone = "default:stone",
  4. steel = "default:steel_ingot"
  5. }
  6. for k, v in pairs(data_struct) do
  7. if k == "default:wood" then
  8. goto skip
  9. end
  10. -- Where I would do something else (Not needed, thus redacted)
  11. ::skip::
  12. end
Success #stdin #stdout 0s 5284KB
stdin
Standard input is empty
stdout
Standard output is empty