writefile Description: This function demonstrates the usage of the writefile API. Example: -- Write data to a file writefile('somefile.txt', 'Hello, world!') print("Data written to file")