Skip to content

add_unit

Declaration

add_unit :: fn (assembly: Assembly, filepath: string) Unit

Description

Add new source file into the assembly. This basically load new source file into the Assembly.

Arguments

  • assembly Assembly to append the new file.

Result:

Unit handle.

Declared in: build.bl