---
sidebar_position: 2
title: Language Basics
---
import { SquiggleEditor } from "../../src/components/SquiggleEditor";
The squiggle language has a very simple syntax. The best way to get to understand
it is by simply looking at examples.
## Expressions
A distribution
A number
Arrays
Records
## Statements
A statement assigns expressions to names. It looks like ` = `
### Functions
We can define functions