[Top Page][All Pages][Recent Changes]

Edit History:View

Content of HSP3CLでscanf at 2015/09/09 09:58:25 JST

View diff from current version

Return to the edit history

  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
  }}}