Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

And don't forget Tcl where { and } are actually quotes.


And similar with Rebol / Red where you have two distinct quoting literals...

  "string with no newlines"

  {A multi-line string
  that can run over over many lines
  and {even be} nested}
For unbalanced {} string then you would need to escape it...

  {escape closing brace ^}  &  opening brace ^{ is all you need}




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: