sys

get current system information


Parameters

sys 

Returns

  • :dictionary

Examples

copy
inspect sys ; [ :dictionary ; author : Yanis Zafirópulos :string ; copyright : (c) 2019-2026 :string ; version : 0.10.0-dev+3454 :version ; codename : :string ; built : [ :date ; hour : 12 :integer ; minute : 56 :integer ; second : 12 :integer ; nanosecond : 0 :integer ; day : 13 :integer ; Day : Tuesday :string ; days : 12 :integer ; month : 1 :integer ; Month : January :string ; year : 2026 :integer ; utc : -3600 :integer ; ] ; deps : [ :dictionary ; gmp : 6.3.0 :version ; mpfr : 4.2.1 :version ; sqlite : 3.43.2 :version ; ] ; binary : /Users/drkameleon/.arturo/bin/arturo :string ; cpu : [ :dictionary ; arch : amd64 :literal ; endian : little :literal ; cores : 8 :integer ; ] ; os : macos :literal ; hostname : drkameleons-MacBook-Pro.local :string ; release : full :literal ; ]

Related