class _Main {
	static function main(args : string[]) : void {
		var square = function (n : number) {
			return n * n;
		};
	}
}