dlang-community / drepl

A REPL for D
Boost Software License 1.0
78 stars 20 forks source link

Fixed issue 19 #76

Closed AliabbasMerchant closed 4 years ago

AliabbasMerchant commented 5 years ago

I have added the feature, so that if the line ends with \, it takes it as a multiline statement, and allows the user to continue in the next line.
Tagging @MartinNowak @wilzbach

rikkimax commented 4 years ago

That backslash to say "multiline" is pretty common i.e. https://jameshfisher.com/2016/11/30/c-multiline-literal/