read eval print loop - Alternative to Control-D for paste mode in scala repl? -


i paste in code follows

:paste <your code here> --   // or .. not sure were.. 

the dashes comes ipython.. control-d option here?

you might create issue around alternative paste terminators.

how here doc syntax?

scala> :paste <-- [paste here] -- 

Comments