So here is my code:
    
    
    proc runNimProcFromAnotherFile(filename: string) =
      #[ I need to import the filename and use the proc defined inside it...]#
    
    
    Run

How do I import the file and return the proc inside it?

Thanks.

Reply via email to