📄️ Overview
Welcome to the Embr Language Reference.
📄️ Types
As of v0.10.0, Embr is dynamically typed.
📄️ Variables
As of Embr v0.10.0, variables are dynamically typed.
📄️ Functions
Functions are central to structuring code in Embr, allowing you to define reusable blocks of code.
📄️ Conditionals
Conditionals are central to controlling the flow of code in Embr, allowing you to execute different blocks of code based on certain conditions.
📄️ Builtin Functions
As of v0.10.0, Embr has a couple of builtin functions.
📄️ Classes and Objects
As of v0.10.0, Embr has classes.
📄️ Arrays
Arrays have been introduced to Embr in v0.11.0.
📄️ Standard Library & Imports
The Embr Standard Library has been introduced to Embr as of v0.12.0.
📄️ Hash Tables
Hashes have been introduced to Embr as of v0.16.0.