. |
Function fun_main()
n = データ数
for i = 1 to n
func_A (i)
func_B (i)
next
End Function
Function fun_main()
func_A2 ()
func_B2 ()
End Function
Function fun_A2()
n = データ数
for i = 1 to n
・
・
:
next
End Function
. |
n = データ数
for i = 1 to n
func_A (i)
func_B (i)
next
End Function
func_A2 ()
func_B2 ()
End Function
Function fun_A2()
n = データ数
for i = 1 to n
・
・
:
next
End Function