Recently i found out i can write in a \" by writing two \" ex @\"abc\"\"def\". I find the @ string literal useful. But how do i write in a tab or n
\"
@\"abc\"\"def\"
I would for sure not type a tab because your editor may insert a few spaces instead. Using \t is the better option.