Difference between revisions of "Pid"

From Mesham
Jump to navigationJump to search
(Created page with '== Overview == This pid[] function will return the current processes' ID number. * '''Pass:''' Nothing * '''Returns:''' An integer representing the current process ID == Exampl…')
(No difference)

Revision as of 22:29, 10 January 2010

Overview

This pid[] function will return the current processes' ID number.

  • Pass: Nothing
  • Returns: An integer representing the current process ID

Example

var a:=pid[];