Contents | Prev | Next | Index


Matching Formal Parameter Lists

Two formal parameter lists match if

  1. they have the same number of parameters, and
  2. they have either the same function result type or none, and
  3. parameters at corresponding postions have same types and identical names, and
  4. parameters at corresponding positions are both either value or variable parameters.


Contents | Prev | Next | Index

Canterbury Pascal for JVM  (Last documentation update Sep 02, 2004)
Copyright © 1999-2004 J.Neuhoff - mhccorp.com  . All rights reserved.
Please send any comments or corrections to neuhoff@mhccorp.com