Home
Random
Nearby
Log in
Settings
Donate Now
If Wikipedia is useful to you, please give today.
About Wikipedia
Disclaimers
Search
Comparison of programming languages (basic instructions): Difference between revisions
Article
Talk
Language
Watch
View history
Edit
Browse history interactively
← Previous edit
Next edit →
Content deleted
Content added
Visual
Wikitext
Revision as of 19:30, 12 December 2007
edit
208.138.31.76
(
talk
)
→
Data types
← Previous edit
Revision as of 19:33, 12 December 2007
edit
undo
208.138.31.76
(
talk
)
→
Standard Input and Standard Output
Next edit →
Line 254:
| Print ''x''
| ?
|-
| Visual Basic .NET
| x = Console.ReadLine()
| Console.WriteLine(''x'')
| Debug.WriteLine(''x'')
|-
| Python