--> without js -- (no goto in JavaScript) procedure p() goto :but_print puts(1,"This will not be printed...\n") ::but_print puts(1,"...but this will\n") end procedure p()