Documentation Index

ASnake Documentation

Table Of Contents

Getting Started:

  1. What is ASnake?
  2. Installing Python
  3. Installing ASnake
  4. Updating ASnake

Syntax order:

This is the recommended order to learn ASnake's syntax. Do keep in mind some pages may reference future pages and concepts. This is documentation, not necessarily a tutorial. Though examples of usage are provided, with their expected results.

  1. Assignment
  2. Typing
  3. F-Strings
  4. Constants
  5. Operators
  6. Conditionals
  7. Function Defines
  8. Function Line Wrap
  9. Default Expression
  10. Pipes
  11. Indentation
  12. Loops
  13. Number Range
  14. Increments
  15. Any/All Of
  16. Imports
  17. Metas
Scroll to top