Write[#] | Print[#] filenumber%, [list of expressions][;]
Rem Create a README text file
FOpen "README”,"w",1
Write# 1, "Readme text..."
Close 1