Octals ====== ```Example from 1 languages: JavaScript // 0[oO]?[0-7]+n? 0o464063622 ``` ```Example from 1 languages: Python # 0[oO](?:_?[0-7])+ ``` ```Example from 2 languages: Java, AspectJ // 0[0-7_]+[lL]? ``` ```Example from 1 languages: Perl # 0_?[0-7]+(_[0-7]+)* ``` ```Example from 2 languages: Go, Wa-lang // 0[0-7]+ ``` ```Example from 1 languages: Swift // 0o[0-7_]+ ``` ```Example from 1 languages: Haskell -- 0[oO]_*[0-7](_*[0-7])* ``` ```Example from 1 languages: Elixir # 0o[0-7]+ ``` ```Example from 1 languages: Prolog % 0o[0-7]+ ``` ```Example from 1 languages: Julia # 0o[0-7]+((_[0-7]+)+)? ``` ```Example from 1 languages: Reason // 0[oO][0-7][0-7_]* ``` ```Example from 1 languages: D // 0[0-7_]+ ``` ```Example from 1 languages: Chapel // 0[oO][0-7]+ ``` ```Example from 1 languages: F# // 0[oO][0-7][0-7_]*[uU]?[yslLn]? ``` ```Example from 1 languages: VHDL -- O"[0-7_]+" ``` ```Example from 1 languages: Protocol Buffers // 0[0-7]+[LlUu]* ``` ```Example from 1 languages: C3 0o177 ``` ```Example from 1 languages: Verilog // ([0-9]+)|(\'o)[0-7]+ ``` ```Example from 1 languages: Hy ; 0[0-7]+j? ``` ```Example from 2 languages: AutoHotkey, AutoIt ; 0\d+ ``` ```Example from 1 languages: PostScript % [0-9]+\#(\-|\+)?([0-9]+\.?|[0-9]*\.[0-9]+|[0-9]+\.[0-9]*)((e|E)[0-9]+)?(?=[()<>\[\]{}/%\s]) ``` ```Example from 1 languages: Eiffel -- 0[cC][0-7]+ ``` ```Example from 1 languages: MoonBit 0o1234 ``` ```Example from 1 languages: SystemVerilog // ([1-9][_0-9]*)?\s*\'[sS]?[oO]\s*[xXzZ?0-7][_xXzZ?0-7]* ``` ```Example from 1 languages: Golo # 0[0-7]+j? ``` ```Example from 1 languages: Felix // 0[0-7_]+([tTsSiIlLvV]|ll|LL|([iIuU])(8|16|32|64))? ``` ```Example from 1 languages: Boo # 0\d+ ``` ```Example from 1 languages: Jule 0455 ``` * Languages *with* Octals include JavaScript, Python, Java, Perl, Go, Swift, Haskell, Elixir, Prolog, Julia, Zig, Reason, D, Chapel, Coq, OCaml, F#, VHDL, Protocol Buffers, C3, IDL, F*, Verilog, Hy, Puppet, AutoHotkey, PostScript, Cython, Eiffel, Wa-lang, Opa, MoonBit, SystemVerilog, AspectJ, NumPy, HLSL, GLSL, Cryptol, AutoIt, Golo, Felix, Boo, Isabelle, ooc, Meson, SourcePawn, Logtalk, Jule, Earl Grey, FloScript, Aardvark, Pawn, nimrod, CBOR data definition language * Languages *without* Octals include Lua, Lil, progsbase, Speedie * View all concepts with or missing a *hasOctals* measurement http://pldb.info/../lists/explorer.html#columns=rank~id~appeared~tags~creators~hasOctals&searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22null%22%2C%22data%22%3A%22hasOctals%22%2C%22origData%22%3A%22hasOctals%22%2C%22type%22%3A%22num%22%2C%22value%22%3A%5B%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D missing http://pldb.info/../lists/explorer.html#columns=rank~id~appeared~tags~creators~hasOctals&searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22!null%22%2C%22data%22%3A%22hasOctals%22%2C%22origData%22%3A%22hasOctals%22%2C%22type%22%3A%22num%22%2C%22value%22%3A%5B%5D%7D%5D%2C%22logic%22%3A%22AND%22%7D with * Read more about Octals on the web: 1. https://en.wikipedia.org/wiki/Octal 1. Built with Scroll v178.2.3