From WikiChip
Difference between revisions of "mirc/identifiers/$os"
< mirc‎ | identifiers

m
m (Properties: Add properties.)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
{{mirc title|$os identifier}}'''$os''' returns the name of the operating system you are running
 
{{mirc title|$os identifier}}'''$os''' returns the name of the operating system you are running
 +
  
 
== Synopsis ==
 
== Synopsis ==
Line 8: Line 9:
  
 
== Properties ==
 
== Properties ==
None
+
* '''.major'''
 +
* '''.minor'''
 +
* '''.build'''
 +
* '''.platform'''
 +
* '''.type'''
 +
* '''.spmajor'''
 +
* '''.spminor'''
 +
* '''.suite'''
  
 
== Example ==
 
== Example ==
Line 16: Line 24:
 
{{mIRC compatibility|5.4}}
 
{{mIRC compatibility|5.4}}
  
== See Also ==
+
== See also ==
 
[[Category:mIRC identifiers|os]]
 
[[Category:mIRC identifiers|os]]

Latest revision as of 00:13, 18 February 2024

$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.


See also[edit]