Talk:Import

From Kolmafia
Revision as of 20:43, 28 June 2010 by imported>Bale
Jump to navigation Jump to search

So here's my two questions:

  • From my experience, nested imports and repeated imports do NOT cause function or variable collisions. Is this correct for all cases?
  • The main() function from any imported script is ignored. Not sure how it works for a main-less top level script, though.

--PhilmASTErpLus 17:36, 28 June 2010 (UTC)

You're correct about nested imports. I attempted to answer your second question in my edit. Commands not in functions ARE executed in imported scripts. --Bale 20:43, 28 June 2010 (UTC)