[NEW OSL] Package command and packages system
OSL Commands
package "use" "test"
// sets data variable to "Successfully found and installed package" or "Failed to find package" // so that you can do error handling
Terminal commands
package install [name]
// Successfully found package // Failed to find package // No internet connection // Successfully installed to /Packages
package delete [name]
// Successfully deleted installed package // Failed to find package
package total installed
// You have [total] packages installed
package unofficial install [raw_osl_url]
// Successfully found package // Failed to find package // No internet connection // Successfully installed to /Packages
Definitely not happening until I allow a program to define subroutines outside of the main program and inside stuff like the import command
done this, just need to add unofficial install and from "/packages"
done