fork download
  1. local a, b = string.find("hello world", "hello")
  2. print (a, b)
  3.  
Success #stdin #stdout 0s 4360KB
stdin
Standard input is empty
stdout
1	5