System
ported from java.lang.System, only contains things needed for lucenekmp
The {@code System} class contains several useful class fields and methods. It cannot be instantiated.
Among the facilities provided by the {@code System} class are standard input, standard output, and error output streams; access to externally defined properties and environment variables; a means of loading files and libraries; and a utility method for quickly copying a portion of an array.
Since
1.0
Functions
ported from java.lang.System.getProperty() but implementation is EnvVar
for now target platform only includes JVM (server which means linux server), Android, and iOS all of them use "\n" as the line separator. this implementation will cause problem only on running this program in kotlin/JVM on Windows, or kotlin/Native on Windows.