80766866
int pldb = 80766866;
-- [0-9]+
# \d+(_\d+)*
-- [0-9]+(?=[^0-9a-z$_\u0080-\uffff])
i, j := 42, 2701
// [0-9][0-9_]*
-- [0-9_]+
-- \d(_*\d)*
PLDB=80766866
# \d(_?\d)*
% [+-]?(?:[2-9]|[12][0-9]|3[0-6])#[0-9a-zA-Z]+
// ([0-9]+)|(\'d)[0-9]+
// \d[\d_]*
# [0-9]+
// \d[\d_]*[uU]?[yslLnQRZINGmM]?
-- _?\d+
// (0|[1-9][0-9_]*)([LUu]|Lu|LU|uL|UL)?
-- \d{1,2}#[0-9a-f_]+#?
% (\-|\+)?[0-9]+(?=[()<>\[\]{}/%\s])
// [0-9]+
\ (\#|%|&|\-|\+)?[0-9]+
-- [-+]?\d+
// \d+[LlUu]*
* [0-9]+
# \d+([eE][+-]?\d+)?
; \d+
% \d+
# \d{4}-\d{2}-\d{2}(?:T| )\d{2}:\d{2}:\d{2}(?:Z|[-+]\d{2}:\d{2})
NB. _?\d+
// \d+
# \d+
// \d{1,3}(_\d{3})+[kMGTP]?
# [+\-]?\d+
// ([1-9][_0-9]*)?\s*\'[sS]?[dD]\s*[xXzZ?0-9][_xXzZ?0-9]*
int x = 314159;
# [0-9]+(~[0-9a-z]+)?(?:[a-zA-Z_]+)?
-- [0-9]+L?
# -?\d[\d_]*
// http://amzn.github.io/ion-docs/docs/spec.html
null.int // A null int value
0 // Zero. Surprise!
-0 // ...the same value with a minus sign
123 // A normal int
-123 // Another negative int
0xBeef // An int denoted in hexadecimal
0b0101 // An int denoted in binary
1_2_3 // An int with underscores
0xFA_CE // An int denoted in hexadecimal with underscores
0b10_10_10 // An int denoted in binary with underscores
/ [0-9]+[ihtuv]
# [+-]?[0-9]+
// (0|[1-9][0-9_]*)([tTsSiIlLvV]|ll|LL|([iIuU])(8|16|32|64))?
# \d+j?
count = 0
Languages with Integers include Java, JavaScript, C, Python, SQL, C++, Perl, C#, Ruby, MySQL, JSON, Go, Swift, Ada, Haskell, TypeScript, Prolog, Bash, Clojure, Objective-C, Mathematica, Elixir, Erlang, Julia, ActionScript, Verilog, Reason, awk, CoffeeScript, F#, OCaml, Elm, Eiffel, D, GraphQL, VHDL, XQuery, PostScript, Chapel, WebAssembly, Forth, VBScript, Applescript, Idris, Protocol Buffers, ABAP, AMPL, sed, Monkey, BlitzBasic, Agda, Coq, AutoIt, Zig, GNU Octave, Lean, TOML, Hy, Zephir, Icon, J, QML, Scilab, Io, IDL, Pony, Boo, EDN, QBasic, Ceylon, SPARQL, JSON5, Turtle, F*, SystemVerilog, Opa, SuperCollider, Cython, PL/pgSQL, POV-Ray SDL, MiniD, C3, ClojureScript, Puppet, Alloy, Ioke, LiveScript, Modelica, AutoHotkey, Pig Latin, Thrift, Maxima, Transact-SQL, AspectJ, Croc, Golo, Ion, Fennel, K, SourcePawn, Xtend, janet, Ragel, Koka, HLSL, Unicon, HOPE, Gosu, GLSL, Felix, Futhark, Jule, Pizza, chaiscript, Cryptol, BlitzMax, Linden Scripting Language, GDScript, JSONiq, Nit, clay, Meson, Whiley, Stan, Fancy, OpenEdge ABL, JSON with Comments, Shen, Superjson, Earl Grey, Cyber, monte, Redcode, Hocon, JSLT, Jsonnet, Pawn, JS++, Uniform eXchange Format, parasail, Kal, BALGOL, Notation3, Easytrieve, FloScript, Boogie, Urbiscript, CLPR, wah, nimrod, Flatline, AmbientTalk, CBOR data definition language, Procfile, PromQL, hecl, boa, Spice, SARL, Deesel, RQL, juttle, RAISE Specification Language, Friendly Enough Expression Language, Tick C, cooC, Real-Time Concurrent C, GAEA, bawk, Static Typescript, Progol
Languages without Integers include progsbase
Read more about Integers on the web: 1.
HTML of this page generated by Features.ts