So here is my code:
proc runNimProcFromAnotherFile(filename: string) =
#[ I need to import the filename and use the proc defined inside it...]#
RunHow do I import the file and return the proc inside it? Thanks.
So here is my code:
proc runNimProcFromAnotherFile(filename: string) =
#[ I need to import the filename and use the proc defined inside it...]#
RunHow do I import the file and return the proc inside it? Thanks.