Subversion Repositories Applications.papyrus

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2150 mathias 1
{
2
	name:'Canada',
3
	type:'country',
4
	population:'33 million', area:'9,984,670 sq km',
5
	children:[
6
		{stub:'Ottawa'},
7
		{stub:'Toronto'}
8
	]
9
}
10