View Problem

Define a string containing special characters

Define the literal string "\#{'}${"}/"
DiskEdit
ruby
special = '\#{\'}${"}/'
ExpandDiskEdit
erlang
Special = "\\#{'}\${\"}/",
ExpandDiskEdit
csharp
string verbatim = @"\#{'}${""""}/";
string cStyle = "\\#{'}${\"\"}/";
ExpandDiskEdit
fsharp
let special = "\#{'}${\"}/"
ExpandDiskEdit
fantom
special := Str<|\#{'}${"}/|>

Submit a new solution for ruby, erlang, csharp, fsharp ...
There are 18 other solutions in additional languages (clojure, cpp, go, groovy ...)