docs.roxen.comView this page in a printer friendly mode
DocsPike7.0TutorialMethods
Copyright © 2012, Roxen Internet Software
Suggestions, comments & compliments
manuals@roxen.com
 DEMO  DOCS  PIKE
 COMMUNITY  DOWNLOAD
www.roxen.com

   

Methods: an Introduction
Calling a method
More Advanced Examples

Methods

This chapter describes methods (or "functions" or "member functions", as a C++ programmer would say). In a method call, arguments are sent to the method, where the arguments are put in the method's parameters. The method can return a value with the return statement.