There was an error while loading. Please reload this page.
The embed keyword can be used read a file at compile-time and inject its contents as a String
embed
String
embed "filename.txt"
The resulting value will be a String which contains the contents of the specified file at compile-time
Table of Contents