Rue
  • Home
  • Get Started
  • Specification
  • Blog
  • GitHub
  • Bluesky
Rue Specification
  • Introduction
  • Lexical Structure
  • Types
  • Expressions
  • Statements
    • Let Statements
    • Assignment Statements
    • Expression Statements
  • Items
  • Arrays
  • Runtime Behavior
  • Appendices

Statements

Statements

This chapter describes statements in Rue.

[5.0:1]

A statement is a syntactic construct that performs an action but does not produce a value. Statements have type ().

In this section

  • Let Statements
  • Assignment Statements
  • Expression Statements

© 2025 The Rue Authors. Licensed under MIT/Apache-2.0.