read eval print loop - Node.js REPL continuation lines -



read eval print loop - Node.js REPL continuation lines -

when working node.js repl, there way quit continuation line node beingness on zealous with?

for example:

$ node > {- -} ...

and pretty much can type gives continuation line. ctrl+d quits whole repl.

obviously don't want go around typing {- -} time, find type erroneous when i'm using repl experiment. have quit repl, , loose bits in memory.

you can type:

.break

type

.help

for more repl options... .clear command may useful because breaks , clears local context, in case want save problem of exiting , restarting repl.

node.js read-eval-print-loop

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

c# - Can ProtoBuf-Net deserialize to a flat class? -

javascript - Change element in each JQuery tab to dynamically generated colors -