OSDN Git Service

5b0fe1d1d6e93e754dcb07b038d493e38a8d4c3f
[bacon/BaCon-Japanese.git] / 関数・命令 / PUTLINE.txt
1   PUTLINE
2
3    PUTLINE <text>|<var> TO <handle>
4
5    Type: statement
6
7    <handle> で開いているメモリ領域にデータを収納します。
8    改行を得て終了を終わらせます。
9    メモリ領域は OPEN で streaming mode 設定で開いている必要があります。
10    例:
11
12    PUTLINE "hello world" TO mymemory
13