Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Here document syntax for REPL paste #9492

Closed
scabug opened this issue Sep 26, 2015 · 2 comments
Closed

Here document syntax for REPL paste #9492

scabug opened this issue Sep 26, 2015 · 2 comments
Assignees
Milestone

Comments

@scabug
Copy link

scabug commented Sep 26, 2015

Someone asked for it.

scala> :pa < EOF
42
EOF

and perhaps with margin stripping

scala> :pa <| EOF
  |42
EOF

where <- just strips tabs.

Maybe -Dscala.repl.eof=EOF.

@scabug
Copy link
Author

scabug commented Sep 26, 2015

Imported From: https://issues.scala-lang.org/browse/SI-9492?orig=1
Reporter: @som-snytt
Affected Versions: 2.11.7

@scabug
Copy link
Author

scabug commented Sep 28, 2015

@som-snytt said:
scala/scala#4771

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants