You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

MultiDispatchCp.out 359B

123456789101112131415161718192021
  1. **** exec ****
  2. exec-string-s1
  3. exec-integer-10
  4. exec-double-1.25
  5. exec-string-s2
  6. exec-integer-20
  7. exec-double-2.25
  8. **** call ****
  9. call-string-s1
  10. call-integer-10
  11. call-double-1.25
  12. call-string-s2
  13. call-integer-20
  14. call-double-2.25
  15. **** both=call ****
  16. call-string-s1
  17. call-integer-10
  18. call-double-1.25
  19. call-string-s2
  20. call-integer-20
  21. call-double-2.25