OSDN Git Service

SourceForge.JP で Mac 旧来の改行コード( CR のみ)の場合に正常に処理されないので、改行コードを変更。
[bacon/BaCon-Japanese.git] / 関数・命令 / PUTLINE.txt
index 8ef4418..5b0fe1d 100644 (file)
@@ -1 +1,13 @@
-  PUTLINE\r\r   PUTLINE <text>|<var> TO <handle>\r\r   Type: statement\r\r   <handle> で開いているメモリ領域にデータを収納します。\r   改行を得て終了を終わらせます。\r   メモリ領域は OPEN で streaming mode 設定で開いている必要があります。\r   例:\r\r   PUTLINE "hello world" TO mymemory\r\r
\ No newline at end of file
+  PUTLINE
+
+   PUTLINE <text>|<var> TO <handle>
+
+   Type: statement
+
+   <handle> で開いているメモリ領域にデータを収納します。
+   改行を得て終了を終わらせます。
+   メモリ領域は OPEN で streaming mode 設定で開いている必要があります。
+   例:
+
+   PUTLINE "hello world" TO mymemory
+