でError 9 in line 3が発生します。
#module #defcfunc IsPrimeAB int A,int B repeat B-A+1,A if IsPrimeC(cnt)=1:return 1 loop return 0 #defcfunc IsPrimeC int A i=2:while i*i <= A if(A\i = 0):return 0 i++ wend return 1 #global button "決定",*Enter stop *Enter C++ A=C*C:B=(C+1)*(C+1) if A > B:A = A xor B:B = A xor B:A = A xor B if IsPrimeAB(A,B)=1{ wait 1 goto *Enter }else{ mes ""+A+"〜"+B+"の間に素数はない" goto *endn } *endn stop
お助けください。