zephyrer / executejs

Automatically exported from code.google.com/p/executejs
0 stars 0 forks source link

print does not function correctly #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. print('a ','b ');
2. execute
3. produces: a

What is the expected output? What do you see instead?
should be:
a  b

produces:
a

What version of the product are you using? On what operating system?
version: latest download
OS: Win XP Pro, service pack 3
Please provide any additional information below.

Original issue reported on code.google.com by jbscott....@gmail.com on 28 Jul 2009 at 5:29