Pid

From Mesham
Revision as of 13:17, 13 January 2013 by Polas (talk | contribs)
Jump to navigationJump to search

Overview

This pid() function will return the current processes' ID number.

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

Example

var a:=pid();