Thursday, 12 March 2009

Testing the SyntaxHighlighter plugin

This is some sample code


var jack = Customer.Find("jack");

var hisFavouriteFood = jack.GetFavouriteFood();

if (hisFavouriteFood == null) {
/* Jack hasn't expressed a preference */
}

No comments:

Post a Comment