Comparison of programming languages (basic instructions): Difference between revisions

Content deleted Content added
Line 234:
|-
| Java
| * ''x'' = System.in.read(); <br /> * ''x'' = System.in.readln();
| * System.out.print(''x''); <br /> * System.out.printprintln(''x'');
| * System.err.print(''x''); <br /> * System.err.printprintln(''x'');
|-
| Pascal