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

Edit History:Diff

Changes of HSP3CLでscanf since 2015/09/09 10:05:19 JST

  • + added lines
  • - deleted lines

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