Add incf!
[jscl.git] / prelude.js
1 //
2
3 function Symbol(name){
4     this.name = name;
5 }
6
7 console.log('Running test.js...');