first commit, still mostly just touching up formatting
[tinyjs-rewrite.git] / .svn / pristine / dd / dd7632e29aea1ed6c1c6bca07a8f286b569afceb.svn-base
blob2f07c8b3427e3a84d3d6e513881333c506983800
1 // simple if
2 var a = 42;
3 if (a < 43)
4   result = 1;