Add a function to load any file (with any name or extension) as plain text with the entirety of the file being its return value, e.g.: data = import_as_plaintext( "file.dat" ); linear_extrude( height ...