Update a few places in TableGen LangIntro.rst.
- Only one-line double-quoted string literal considered as string type, see how check is done in TGLexer::LexString() (TGLexer.cpp).
- string type value can be converted to code type, but not the other way around. See StringRecTy::classof and CodeRecTy::classof (Record.h).
- Clarify value{15-17} and value{17-15} actually are different things, as discussed on About TableGen RangeList.
It's correct that string literals can't span multiple lines, but I think this really belongs in the discussion later in the document about TableGen values and expressions which documents literal formats.