string getKernelVersion()
Gets kernel version.
Example:
auto ver = getKernelVersion(); writeln("Kernel: ", ver);