f
Size: a a a
-
-
-
status = res:matc
h("send(%a)"):match('S') and 1 or (c:match('M') and 2 or die("error"))
status = res:match("send(%a)"):match('S') and 1 or (c:match('M') == nil and die("error"))
-
-
-
-
c = res:match("send(%a)")
st = c == 'S' and 1 or c ~= 'M' and die("error") print(st)
-
-
cy7x/rezka-dl
H
c