<?php function control($f) { $f(); } control(function() {echo 'Hello World!';});
You have javascript disabled. You will not be able to edit any code.