# Save a string to a file.myStr = "This is a test"aFile = File.new("myString.txt", "w")aFile.write(myStr)aFile.close
No comments:
Post a Comment