Hacker News new | ask | show | jobs
by whynotmaybe 190 days ago
> difference between functions and subroutines.

Waitaminit, is that why we have "sub" in Visual Basic ?

3 comments

Pascal also distinguishes between functions and subroutines (procedures)
Yes! QBasic also, IIRC.
it was a great improvement over GOSUB... which i probably have not thought about in forever
I was about to mention that.