Don't rely on regex for module/program detection #3
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, loading a script is a complicated regex operation, and it is unreliable. Just run the code and see if it returns a value or not. if it does, it is a module; if it doesn't, it can only be used as a program.