Read-Data-File

(read-data-file string) -> string

Reads the contents of the given data file.

Example:

>> (read-data-file "data.txt")
:: "123"