Skip to content

Instantly share code, notes, and snippets.

@basictomonokai
Created March 14, 2017 01:22
Show Gist options
  • Save basictomonokai/ab596d0ee77249709f6a7c9364e24375 to your computer and use it in GitHub Desktop.
Save basictomonokai/ab596d0ee77249709f6a7c9364e24375 to your computer and use it in GitHub Desktop.
ファイル書込み(BASIC!)
text.open w,flb,"a2.txt"
text.writeln flb,line$
popup "ファイルに出力しました",0,0,1
pause 4000
text.close flb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment