Tagged Questions
24
votes
9answers
1k views
What _did_ the C operators /\ and \/ do?
Anyone can "declare" ones own operators in C.... that is if one is a C compiler guru and has the source code to the C compiler! ;-)
Further questions to puzzle:
How are these operations done in
...
6
votes
5answers
3k views
What is “pass-by-name” and how does it work exactly?
I've check wikipedia, and googled but I still can't wrap my mind around how pass-by-name works in ALGOL 60.
Thanks!