Hmm, what are you trying to do? The generally accepted way of splitting code between files is through the use of extensions; is this not sufficient for your needs?
Saagar Jha > On Feb 27, 2017, at 02:45, Rupendra Limbore via swift-users > <[email protected]> wrote: > > Hi All, > > I am using swift as a CGI script with Apache server (just to explore). I need > to split my code into different files so as to make it more manageable. Is > there any way I can include one swift file into another, like we can do in > PHP with “include_once”? > > > > Best Regards, > Rupendra Limbore > > _______________________________________________ > swift-users mailing list > [email protected] > https://lists.swift.org/mailman/listinfo/swift-users
_______________________________________________ swift-users mailing list [email protected] https://lists.swift.org/mailman/listinfo/swift-users
