Discovered slight issue with variables.
They are by default treated as a float by the parser and as I've not implemented any specific typing, you can't hold a string in a variable.
This also unfortunately means that you cannot have strings as input. 🤦♂️
This will be considered a major issue because you know... you want to be able to work with strings.
Will work on this as top priority.
Discovered slight issue with variables.
They are by default treated as a float by the parser and as I've not implemented any specific typing, you can't hold a string in a variable.
This also unfortunately means that you cannot have strings as input. 🤦♂️
This will be considered a major issue because you know... you want to be able to work with strings.
Will work on this as top priority.