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) | |
js editor
Web development
Returns the central processing unit (CPU) being used.
SYS(17) |
Return ValueCharacter
RemarksThis function returns the type of central processing unit you are using.
Example| В | Copy Code |
|---|---|
? 'Processor in use: ', SYS(17) | |
See Also
js editor
Web development