Case Insensitive Identifiers ============================ ```Example from 1 languages: Pascal s := (A + a + A); ``` ```Example from 1 languages: Nim # Though they may be phased out: # https://github.com/nim-lang/RFCs/issues/456 ``` ```Example from 1 languages: Fortran x = 2.0 y = x + X ``` ```Example from 1 languages: Ada with Gnat.Io; use Gnat.Io; procedure Numbers is Score: Integer; F: Float := 1.0; begin Score := 3 + 2#1011#; Put(score); New_Line; Score := Score + 1_000_000; Put(Score); New_Line; end Numbers; ``` ```Example from 1 languages: VHDL signals some_signal : integer ; signal some_other_signal : integer ; signal result : integer ; ReSULT <= SOME_SIGNAL + sOME_oTHer_SIGNal ; -- Although totally unrecommended - this is perfectly legal ``` ```Example from 1 languages: Speedie if "abc".LeNgTh == 3 "cool length" ``` * Languages *with* Case Insensitive Identifiers include HTML, CSS, SQL, SAS, COBOL, Visual Basic, Pascal, Nim, Fortran, Ada, PostgreSQL, MySQL, SPSS, VHDL, Forth, Visual Basic .NET, Delphi, AutoHotkey, BASIC, Eiffel, Batchfile, Gforth, SAKO, Speedie * Languages *without* Case Insensitive Identifiers include JavaScript, C, Python, Java, Perl, Ruby, PHP, Go, XML, JSON, TypeScript, R, Rust, Swift, Scala, Lua, Kotlin, Haskell, Clojure, CoffeeScript, Elixir, Lisp, Erlang, Prolog, Objective-C, Julia, Dart, CUDA, Racket, Reason, GraphQL, D, Elm, Scheme, Chapel, OCaml, F#, Smalltalk, Tcl, Node.js, LaTeX, C3, SQLite, Arduino Programming Language, Maple, ActionScript, XQuery, Wa-lang, Sage, Modula-2, Lil, C2, progsbase, Modula-3, Veryl, Bel, SAT * View all concepts with or missing a *hasCaseInsensitiveIdentifiers* measurement http://pldb.info/../lists/explorer.html#columns=rank~id~appeared~tags~creators~hasCaseInsensitiveIdentifiers&searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22null%22%2C%22data%22%3A%22hasCaseInsensitiveIdentifiers%22%2C%22origData%22%3A%22hasCaseInsensitiveIdentifiers%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~hasCaseInsensitiveIdentifiers&searchBuilder=%7B%22criteria%22%3A%5B%7B%22condition%22%3A%22!null%22%2C%22data%22%3A%22hasCaseInsensitiveIdentifiers%22%2C%22origData%22%3A%22hasCaseInsensitiveIdentifiers%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 Case Insensitive Identifiers on the web: 1. https://rosettacode.org/wiki/Case-sensitivity_of_identifiers 1. Built with Scroll v178.2.3