CompNerdSim V0.5


The Slither programming language was looking quite bare in the last update, but that's not an issue now with functions and classes.

You can pass parameters, and get values back from functions.

Classes are great, they give you objects that can have properties. You can define these properties in the class.

You can also define methods for a class, this will allow you to call functions on an object.

The init function can be used to construct a new object.

Leave a comment

Log in with itch.io to leave a comment.