Recent

Author Topic: [SOLVED] Writing binary notation in Delphi mode  (Read 2090 times)

Okoba

  • Hero Member
  • *****
  • Posts: 660
[SOLVED] Writing binary notation in Delphi mode
« on: March 03, 2022, 12:56:03 pm »
Is there a way to activate binary notation in Delphi mode?
This code is working on FPC mode, but not Delphi.
Code: Pascal  [Select][+][-]
  1. program Project1;
  2.  
  3. {$MODE Delphi}
  4.  
  5. var
  6.   V: Integer;
  7. begin
  8.   V := %0000000000000000;
  9. end.
« Last Edit: March 03, 2022, 01:58:59 pm by Okoba »

PascalDragon

  • Hero Member
  • *****
  • Posts: 6398
  • Compiler Developer
Re: Writing binary notation in Delphi mode
« Reply #1 on: March 03, 2022, 01:38:29 pm »
Is there a way to activate binary notation in Delphi mode?

Use current main.

Okoba

  • Hero Member
  • *****
  • Posts: 660
Re: Writing binary notation in Delphi mode
« Reply #2 on: March 03, 2022, 01:58:43 pm »
Great!
Thank you.

 

TinyPortal © 2005-2018