Can I do math in a page?

How about some code?

1
2
3
4
5
6
7
8
9
#define FALSE 1
#define TRUE 0

int main(){
	while(FALSE)
		doShit();
	
	return ;
}