readfile Description: This function demonstrates the usage of the readfile API. Example: -- Read data from a file local content = readfile('somefile.txt') print("File content:", content)