On Fri, Mar 15, 2013 at 6:08 AM, William Wang <[email protected]>wrote:
> My mean is if in d8 shell,I type: > > a=1+1; when complete by return button the 2 is printed. > > I only want at code:* print(a) *to output 2. > > any d8 option disable this default behavior? > No. You can easily edit d8's source code to change this behavior, though. > > thanks. > > -- > -- > v8-users mailing list > [email protected] > http://groups.google.com/group/v8-users > --- > You received this message because you are subscribed to the Google Groups > "v8-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
