fork download
  1. function howCloseToHome()
  2.  
  3. return "Too Fucking Close"
  4.  
  5. end
  6.  
  7. print("How close to home is it?")
  8. print(howCloseToHome())
Success #stdin #stdout 0s 2832KB
stdin
Standard input is empty
stdout
How close to home is it?
Too Fucking Close