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

Content deleted Content added
Line 254:
| Print ''x''
| ?
|-
| Visual Basic .NET
| x = Console.ReadLine()
| Console.WriteLine(''x'')
| Debug.WriteLine(''x'')
|-
| Python