Difference between revisions of "Pid"

From Mesham
Jump to navigationJump to search
m
Line 8: Line 8:
  
 
  var a:=pid();
 
  var a:=pid();
 +
 +
''Since: Version 0.41b''
  
 
[[Category:Function Library]]
 
[[Category:Function Library]]
 
[[Category:Parallel Functions]]
 
[[Category:Parallel Functions]]

Revision as of 18:36, 13 January 2013

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();

Since: Version 0.41b