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

java - How to pass parameters between Request-Scoped Controllers? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -

ms access - C# - Using OleDbParameter on table name -