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

Content deleted Content added
Line 226:
|-
| Java
| ''x'' = System.in.read();
|
| System.out.print(''x'');
|
| System.err.print(''x'');
|
|-
| Pascal