Hello all, I am just getting going with nim and love it! I am encountering a strange error when trying to use system constants
Given
var a:string = system.hostCPU
echo a
I get Error: undeclared identifier: 'hostCPU'
Is this a compiler error or is something wrong with my environment? Thanks!
$ nim --version $ Nim Compiler Version 0.10.2 (2014-12-29) [Linux: amd64] $ uname -a $ Linux Yoda 3.16.0-31-generic #41-Ubuntu SMP Tue Feb 10 15:24:04 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux