Skip to content
This repository was archived by the owner on Sep 26, 2023. It is now read-only.

0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@DemonExposer DemonExposer released this 19 Jul 15:00
· 87 commits to master since this release
62aaca5

Implemented functions.

Note: Functions have access to the top scope and their own. This means that if you were to nest a function inside a statement with a different scope, the function would not have access to that scope's variables.