79823569

Date: 2025-11-18 16:03:34
Score: 1
Natty:
Report link

This is not the same as a concat-and-assign operator, but it can help to declutter code with lots of foo = foo .. bar.

  local function add(str)
    result = result .. str
  end
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Function