The utopic goal:
乌托邦的目标:
str = "hello"
str.doc = "this is a string"
console.log(str) //prints 'hello'
console.log(str.doc) //should prints the docstring
str = "hello"
str.The utopic goal:
乌托邦的目标:
str = "hello"
str.doc = "this is a string"
console.log(str) //prints 'hello'
console.log(str.doc) //should prints the docstring
str = "hello"
str.