4041424344454647484950
{ static public void main(String[] aArgs) throws IOException { TsqlInterpreter tTsql = new TsqlInterpreter(); tTsql.handleMain(aArgs); } /** Example of using Tsql from Java. */ static public void example()