5 ms·
if you really care about that so much you can create an alias procedure with a different name and use that throughout your package import "core:fmt" print ::
by skytrias 5y ago
if you really care about that so much you can create an alias procedure with a different name and use that throughout your package
import "core:fmt"
print :: fmt.println
// you can use print("test") now