fork download
  1. def big; p 'kek' end
  2. def іf _; _ and yield end
  3.  
  4. іf (true) {
  5. big;
  6. }
Success #stdin #stdout 0.01s 6008KB
stdin
Standard input is empty
stdout
"kek"