I was under the impression that there was not a way to make a library file in ASH. By that I mean there isn't a way to use java-like syntax and write something like the following:
import ashlib.ash;
Was I mistaken? Is something similar to the above code possible? If so, it would make a...