fork download
  1. BEGIN {
  2. hello() # OK
  3. }
  4.  
  5. function hello() {
  6. print "Hello World!"
  7. }
Success #stdin #stdout 0s 4264KB
stdin
Standard input is empty
stdout
Hello World!