(function () {
  print('Hello');
  return;
  print('End');
})();