Auto-translated
if HEAL.len = -1, then the check 0 < heal.len will return nil, which will then be compared to 4, causing an error. It's simpler to write the condition as if heal.len > 0 and HEAL.len <= 4.
Нет войне.
New here? I'm Roha — want a quick tour?