View Problem

Define a string containing special characters

Define the literal string "\#{'}${"}/"
ExpandDiskEdit
cpp
std::string special = "\\#{'}${\"}/";
ExpandDiskEdit
cpp C++/CLI .NET 2.0
String^ special = L"\\#{'}${\"}/";
ExpandDiskEdit
fantom
special := Str<|\#{'}${"}/|>

Submit a new solution for cpp or fantom
There are 20 other solutions in additional languages (clojure, csharp, erlang, fsharp ...)