rouge
rouge copied to clipboard
Pascal octal/binary numbers
Name of the lexer Pascal
Code sample
procedure TForm1.FormCreate(Sender: TObject);
const
n = %01101100 {binary} + &01234567 {octal} + $FF00 {hex};
begin
end;
Additional context Docs: https://www.freepascal.org/docs-html/ref/refse6.html