# Advanced Topics

# Includes

When the main.bw file might become to big you can split up your files and include them.

EasyStandard.bw

include: intro.bw
include: middle.bw
include: end.bw

intro.bw

helix:
  beat: 10

middle.bw

helix
  beat: 20

etc.

NOTE

Imported files are locally scoped. Interfaces, Custom Structures, etc are private per file and will not be shared.

# Where to go now

On this site you can find the Reference page, which lists all available Structures and Properties.

You can also find the example page, to get some inspiration