Usage of octothorpe (#) in Borland Pascal
- What does this mean:
WriteLn (#$0b)$0bshould be hexadecimal like0x0b, but what about the#sign? -
Doesx:=readkey; if (x = #5) then …#5mean five? Then what is the#sign for?