fork(2) download
  1. local num, _ = string.find("i want this to work --", "%-%-")
  2. print( num )
  3.  
Success #stdin #stdout 0s 4408KB
stdin
Standard input is empty
stdout
21