@qubitnerd This is all you.
Implement a module that allows for functions to be defined in a kardinal program. Some groundwork has already been laid out for this: The code now reads in the entire script into RAM, so you have line numbers available, if we want all functions to be inline (which is reasonable given the purpose of the language).
Update this issue thread with current progress - do not close till the module is complete and tested.
@qubitnerd This is all you.
Implement a module that allows for functions to be defined in a kardinal program. Some groundwork has already been laid out for this: The code now reads in the entire script into RAM, so you have line numbers available, if we want all functions to be inline (which is reasonable given the purpose of the language).
Update this issue thread with current progress - do not close till the module is complete and tested.