/*! @header @discussion This is an example of how to use a textblock element.
	@textblock
	if (a<3) {
		printf("a is less than 3.\n");
	}
	@/textblock
	
For more information, reread this page. */