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

Content deleted Content added
Line 231:
|-
| Pascal
| read( ... ); (or<br> readln( ... );)
| write( ... ); (or<br> writeln( ... );)
| var IOResult;
|-