Skip to content
IsaacShelton edited this page Mar 21, 2022 · 1 revision

Embed Expression

The embed keyword can be used read a file at compile-time and inject its contents as a String

embed "filename.txt"

Resulting Value

The resulting value will be a String which contains the contents of the specified file at compile-time

Clone this wiki locally