Updated docs
This commit is contained in:
21
doc/files/writeline.html
Normal file
21
doc/files/writeline.html
Normal file
@@ -0,0 +1,21 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
|
||||
<title>WriteLine [RCBasic Doc] </title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<p><h2>sub WriteLine(stream, txt$) </h2></p>
|
||||
<p>
|
||||
Writes a string to a text file with a new-line appended at the end
|
||||
</p>
|
||||
<br><p>Related:
|
||||
<a href="write.html">Write</a>
|
||||
<a href="readline.html">ReadLine$</a>
|
||||
</p>
|
||||
<p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user