Data update
This commit is contained in:
parent
8e4e15fa56
commit
72eb4943cb
1853 changed files with 35514 additions and 9441 deletions
5
Task/Literals-Integer/PascalABC.NET/literals-integer.pas
Normal file
5
Task/Literals-Integer/PascalABC.NET/literals-integer.pas
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
const
|
||||
dec = 16;
|
||||
hex = $ff;
|
||||
sep = 1_000_000;
|
||||
big = 123456789bi; // big integer, unrestricted
|
||||
Loading…
Add table
Add a link
Reference in a new issue