Agsgt2

Results 3 comments of Agsgt2

why dont we make `add` un-deletable?

@SkyaTura maybe add `weakprotect`, like `protect`, but it only protects it from being used, it can be deleted ``` weakprotect print ! print("GulfOfMexico") ! // Error : print is protected...