An off-topic question: Why is it add
/import
a package, but using
instead of use
it?
1 Like
1 Like
using
as a keyword has some precedence in C# and C++ usually having to do with namespaces.
1 Like
Itβs a fair point, though: using
/importing
or use
/import
are better pairings.
5 Likes