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. 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
  18. PyPass
Scroll to top