- Simply replaces Java's
System.out.print()andSystem.out.println()withS.o.p()andS.o.pln()to make typing in Java less painful. - Full support for printing
nullvalues ( Just like Java, this applies only toS.o.pln()and notS.o.p()). - Full Source code available, MIT license.
- (If required) Create a package named as
P - Put the
o.javafile in the package. - Done.
- To use, replace
System.out.println()in any script withS.o.pln(), you will get the same result.