Algosim documentation: property

property

Returns the value of a property in a property store.

Syntax

Description

property(s) returns the property named s.

Examples

'(
  property("os.ComputerName"),
  property("os.WindowsVersion").major,
  property("os.UserName"),
  property("os.CPUCount"),
  property("os.MonitorCount"),
  #property("os.fonts")
)
HUVUDDATOR
10
Andreas Rejbrand
24
4
349
'(
  property("kernel.version"),
  property("session.StartTime").time
)
(major: 3, minor: 2, release: 0, build: 0)
(hour: 17, minute: 19, second: 57, millisecond: 634)

See also