Status: New Owner: ---- New issue 354 by mdmkolbe: Print without newline in d8 shell http://code.google.com/p/v8/issues/detail?id=354
It would be nice to have a variant of the "print()" method that doesn't automatically append a newline to the end of the print. As far as I can tell there is no way to do that in the current d8 shell. I'm not to particular about the method names or interface. One could have a "write()" method that doesn't append the newline, or have some flag to the existing "print()" method that tells it to not add the newline or "print()" could be changed to never add the extra newline (users who want the newline could add it manually). -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
