string getProcessorArchitecture()
Gets processor architecture string.
Example:
auto arch = getProcessorArchitecture(); writeln("Architecture: ", arch);