Importing Text Files
In this lesson, you will learn about how mixins can be used for importing text files.
We'll cover the following...
Inserting contents of text files
It is possible to insert contents of text files into code at compile time. The contents are treated as string literals and can be used anywhere strings can be used. For example, they can be mixed in as code. For example, let’s assume there are two text files on the file system named ...