Syntax highlighting
This section is for posting code snippets :P.
Below you find some examples of different programming languages. See how the code highlights itself.
ruby:
python:
php:
js:
java:
objective c:
perl:
sql:
c++:
c sharp:
vb:
1
2
3
| Private Sub Form_Load()
MsgBox "Hello, World!"
End Sub
|