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