summary refs log blame commit diff
path: root/examples/2.src
blob: 561d626d0050dfae84e6358993a8577e1f79552b (plain) (tree)
1
2
3
4
5
6
7
8
9

                        
 
                 
 



                    
let main = () => {
	let test = 1922;

	test = 7;

	print(test);

	return test;
};