Skip to content

sorry to my 2 readers

Wed Dec 17 2003

But I need to test out how my new syntax highlighting code is going to look in an aggregator. No offense, I hope.

1 System;

2
3 HighlightTest
4{
5
6
7
8 SampleCs
9 {
10 SampleCs()
11 {
12
13
14
15 }
16
17 DoSomething( s ) {
18 ( s == ) {
19 ;
20 }
21 }
22
24
25 DoSomethingElse( i ) {
26 x = i;
27 }
28

29 }
30}
31

1 System.Collections

2
3 MyVbClass
4 m_MyString
5
6 ()
7 myString =
8
9
10 MyString()
11
12 m_MyString
13
14 ( Value )
15 m_MyString = Value
16
17
18
20 ' This is a comment
21 MyFunction( i as )
22 MyFunction = 123.456
23
24
25
26

💾 May the source be with you. v3.2.419