NO_696_exe

別exe簡単インタプリタ

簡単インタプリタと言いつつオウム返しのみw

main

sdim _4note,4000
#define tmp_exe "hsptmp.exe"
#define d_file "dat_file.dat"
exec tmp_exe,0
notesel _4note
repeat 3000
await 1000
cls 0
pos 0,0
mes cnt
_4note=str(cnt)
notesave d_file
loop