User Tools

Site Tools


en:write

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
en:write [2016/01/01 22:42]
127.0.0.1 external edit
en:write [2020/02/28 10:46] (current)
Line 1: Line 1:
 ===== Write (Statement) ===== ===== Write (Statement) =====
 ==== Format ==== ==== Format ====
-**write** //string_expr//\\ +**write** [[stringexpressions|string_expression]]\\ 
-**write** ( //string_expr// )\\ +**write** ( [[stringexpressions|string_expression]] )\\ 
-**write** //file_number////string_expr//\\ +**write** [[integerexpressions|open_file_number]][[stringexpressions|string_expression]]\\ 
-**write** ( //file_number////string_expr// )+**write** ( [[integerexpressions|open_file_number]][[stringexpressions|string_expression]] )
 ==== Description ==== ==== Description ====
-Writes //string_expr// to the end of an open file.  If the file number is not specified file number zero (0) will be used.+Writes [[stringexpressions|string_expression]] to the end of an open file.  If the file number is not specified file number zero (0) will be used.
  
 ==== See Also ==== ==== See Also ====
en/write.1451713355.txt.gz · Last modified: 2020/02/28 10:46 (external edit)