Documentation Index

ASnake Documentation

Table Of Contents

Getting Started:

  1. What is ASnake? Incase you didn't know.
  2. Installing Python You need this, usually.
  3. Installing ASnake Otherwise what is the point?
  4. Updating ASnake Updates are always good, right?
  5. Syntax Highlighting Without it, life is dull.

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. Comments
  3. Typing
  4. F-Strings
  5. Constants
  6. Operators
  7. Conditionals
  8. Function Defines
  9. Function Line Wrap
  10. Default Expression
  11. Pipes
  12. Indentation
  13. Loops
  14. Number Range
  15. Increments
  16. Any/All Of
  17. Imports
  18. Metas
  19. PyPass
Scroll to top