gosub 78 B

12345678
  1. print("start");
  2. gosub(@sub);
  3. gosub("sub");
  4. term();
  5. @sub
  6. print("hi");
  7. return;