Skip to content

/dev/null

The black hole…

  • Amazon Wishlist

Tag: functions

Pascal

Pascal: parameters by reference

January 14, 2010January 14, 2010ambsLeave a Comment on Pascal: parameters by reference

I posted some time ago about Pascal, and the nice (and worst) things that Pascal has in its language. I discovered yet another cool thing. Unlike C, where you can pass parameters to functions by value, or using a pointer (and therefore, as reference), in Pascal you can use a value, you can use a […]

All Rights Reserved.