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.