Parameters & Returns
Parameters
This function takes no parameters.
Returns
Quick Summary
Imports declarations from another BambooBasic file without compiling it
Technical Exegesis...
Imports declarations from another BambooBasic file without compiling it. Syntax is Import "filename.bam". Similar to Include but only brings in function/type declarations, not full implementations. Use when you need to reference functions or types defined elsewhere without duplicating compiled code. Prevents duplicate symbol errors.