System.Console
System.IO.TextWriter
Out
System.out
System.Void
Write
System.Object
arg
System.out.print(${arg})
System.Void
Write
System.String
fmt
System.Object
arg
RusticiSoftware.System.*
System.out.printf(ConsoleSupport.CSFmtStrToJFmtStr(${fmt}), ${arg})
System.Void
Write
System.String
fmt
System.Object
arg1
System.Object
arg2
RusticiSoftware.System.*
System.out.printf(ConsoleSupport.CSFmtStrToJFmtStr(${fmt}), ${arg1}, ${arg2})
System.Void
WriteLine
System.out.println()
System.Void
WriteLine
System.Object
arg
System.out.println(${arg})
System.Void
WriteLine
System.String
fmt
System.Object
arg
RusticiSoftware.System.*
System.out.printf(ConsoleSupport.CSFmtStrToJFmtStr(${fmt}) + "\\n", ${arg})
System.Void
WriteLine
System.String
fmt
System.Object
arg1
System.Object
arg2
RusticiSoftware.System.*
System.out.printf(ConsoleSupport.CSFmtStrToJFmtStr(${fmt}) + "\\n", ${arg1}, ${arg2})