Skillmon
# TeX, ~~8~~24 bytes
Defines `~` to expand to the letters, then uses `~` to print the letters.
```tex
\def~{abcdefghijkl}~\bye
```
----
Not a quine, it seems.
```tex
abcd\bye
```
prints `abcd` into the output file (PDF if you're running `pdftex`).
Adám
# [APL (Dyalog Unicode)] and many languages and REPLs, 2 bytes
```apl
01
```
[Try it online!][TIO-k9g4a9l1]
[APL (Dyalog Unicode)]: https://www.dyalog.com/
[TIO-k9g4a9l1]: https://tio.run/##SyzI0U2pTMzJT///qKO94L@BIYj@rwAGBQA "APL (Dyalog Unicode) – Try It Online"
EsolangingFruit
# [Underload], 4 bytes
()aS
[Try it online!][TIO-k9gsnhkv]
[Underload]: https://github.com/catseye/stringie
[TIO-k9gsnhkv]: https://tio.run/##K81LSS3KyU9M@f9fQzMx@P9/AA "Underload – Try It Online"
EsolangingFruit
# [CJam], 2 bytes
S
[Try it online!][TIO-k9gqrzl6]
The program starts with a space. The program pushes the `S` variable, which contains a space. Thus the `S` character encodes a different section of the program.
[CJam]: https://sourceforge.net/p/cjam
[TIO-k9gqrzl6]: https://tio.run/##S85KzP3/XyH4/38A "CJam – Try It Online"
Jack Douglas
# [SQL (Postgres)](https://www.postgresql.org/docs/12/sql.html), 150 bytes
<>https://dbfiddle.uk/?rdbms=postgres_12&fiddle=2b70e4e479b49d210bbdd8a3b997611a