1. Introduction
  2. Install
  3. 1. The Snax Language
    1. 1.1. Numbers
    2. 1.2. Strings
    3. 1.3. Compiler Functions
  4. 2. Standard Library
    1. 2.1. math
    2. 2.2. string
    3. 2.3. memory
    4. 2.4. io
  5. 3. The Snax Compiler
    1. 3.1. Parsing
    2. 3.2. Compiling

Snax

    The snax/string.snx module

    Converting numbers to strings

    You can stringify numbers of various types using the str* functions in the snax/string.mdx stdlib module: