Data Types and Variables: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

3 December 2023

  • curprev 14:1614:16, 3 December 2023Elixirfan talk contribs 2,853 bytes +2,853 Created page with "== Data Types and Variables == === Data Types === Elixir is a dynamically-typed programming language, which means variables can hold different types of data at runtime. Elixir provides a rich set of built-in data types for different purposes. Some of the commonly used data types in Elixir include: ==== Numeric Types ==== * Integer * Float * Decimal * Complex * Rational ==== Boolean Type ==== * Boolean ==== Atom Type ==== * Atom ==== Stri..."