JavaScript Editor js editor     Web development 



Main Page

Returns the central processing unit (CPU) being used.

SYS(17)

Return Value

Character

Remarks

This function returns the type of central processing unit you are using.

Example

В Copy Code
? 'Processor in use: ', SYS(17)

See Also



JavaScript Editor js editor     Web development