From WikiChip
Difference between revisions of "mirc/identifiers/$os"
m |
m (→Properties: Add properties.) |
||
Line 9: | Line 9: | ||
== Properties == | == Properties == | ||
− | + | * '''.major''' | |
+ | * '''.minor''' | ||
+ | * '''.build''' | ||
+ | * '''.platform''' | ||
+ | * '''.type''' | ||
+ | * '''.spmajor''' | ||
+ | * '''.spminor''' | ||
+ | * '''.suite''' | ||
== Example == | == Example == |
Latest revision as of 23:13, 17 February 2024
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
$os returns the name of the operating system you are running
Synopsis[edit]
$os
Parameters[edit]
None
Properties[edit]
- .major
- .minor
- .build
- .platform
- .type
- .spmajor
- .spminor
- .suite
Example[edit]
//echo -a $os
Compatibility[edit]
Added: mIRC v5.4
Added on: 23 Jun 1998
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.