Advertisement
basictomonokai

電子書籍用サンプルプログラム ◆入力のあるプログラム(文字列入力)

Jun 3rd, 2015
351
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. REM sample
  2. moto$="文字列が改行込み\nで入力できます。"
  3. text.input kekka$,moto$,"テキストインプットの画面"
  4. print kekka$
  5. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement