am new to c++ and play with the v8 engine. is there any Reason why this Testscript:
function helloWorld()
{
return 'line1' + "\n" + 'line2';
}
helloWorld();
helloWorld();
ignore the second HelloWorld function call?? output is only "line1
line2" and not "line1 line2 line1 line2".
i used a very easy setup, just compile and run the script.
thanks for help =)
--
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
