[トップ][一覧][最近の更新]

編集履歴:過去のバージョン

2015/09/09 09:58:25 JST時点でのHSP3CLでscanfの内容

現在のバージョンとの差分を見る

編集履歴ページに戻る

  HSP3CLでscanf
  {{{
  #runtime "hsp3cl"
  
  #uselib "crtdll.dll"
  #func scanf "scanf" str,var
  #func printf "printf" str,str
  
  sdim tofu
  
  printf "何か入力してください:",""
  scanf "%"+5+"[^\n]%*[^\n]", tofu
  mes tofu
  }}}