We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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