Difference between revisions of "Processes"

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

Revision as of 18:37, 13 January 2013

Overview

This processes() function will return the number of processes

  • Pass: Nothing
  • Returns: An Int representing the number of processes

Example

var a:=processes();

Since: Version 0.41b