formatting 90% done; encapsulated everything in the TinyJS namespace, and renamed...
[tinyjs-rewrite.git] / .svn / pristine / 67 / 6727ff2548a4483177cf428737c254fdba3be725.svn-base
blob75c2ce354361e1c7777511c6dcd94278c221aece
1 // test for array join
2 var a = [1,2,4,5,7];
4 result = a.join(",")=="1,2,4,5,7";