Skip to main content

Why do Some Languages Have Their Imports With Strings?

Why is it that languages like C/C++/Go and others have

import-keyword "libraryName.fileExtension" 

When something like

import-keyword libraryName 

Has been shown to work fine?

lyxal
  • 2k
  • 2
  • 12
  • 33