How to write "\" in Xcode without commenting the entire line?
var name = "Kevin" var returnValue = "Hi \(name)"
When I type a backslash using alt + shift + 7, it notices the entire line ...
//var returnValue = "Hello "
I assume that you are using a keyboard layout in which you need to type Alt-Shift-7 to enter a backslash. (For example, this is not true for the US layout.)
, , Alt-Shift-7 ( ) "" > "" > "". Xcode , ( ), .
Source: https://habr.com/ru/post/1569919/More articles:Error loading shared libraries using dlopen () - linuxWindows Phone 8.1 Устранение утечки памяти MediaCapture CapturePhotoToStorageFileAsync - windows-runtimeString joins strings in Vec in reverse without `collect` - iteratorDifference between running jar and exe file? - javaUsing std :: ostream as an argument to a print function - c ++Shuffle compound shuffled list - java'ImportError' in the Python extension module extension library - c400 Bad Request (Invalid Host) using a simple web server in C # - c #Почему Chrome не кэширует мое динамическое поле формы? - htmlДобавление Parse-1.8.0 в Android Studio 1.0.1 (или любой .zip файл) - androidAll Articles