Posted Fri May 2, 2008 3:50 PM
Posted Sat May 3, 2008 4:22 AM
jbs30000, on Fri May 2, 2008 5:50 PM, said:
Posted Sat May 3, 2008 4:24 AM
Posted Sat May 3, 2008 1:58 PM
function Test_Function temp1=rand+temp2 return temp1 end on Test_Function(3) goto T1 T2 T3 T1 T2 T3This is the output I get when I try to compile the program:
Posted Sun May 4, 2008 5:24 AM
jbs30000, on Sat May 3, 2008 3:58 PM, said:
function Test_Function temp1=rand+temp2 return temp1 end on Test_Function(3) goto T1 T2 T3 T1 T2 T3This is the output I get when I try to compile the program:
function Test_Function temp1=rand+temp2 return temp1 end a = Test_Function(3) on a goto T1 T2 T3 T1 T2 T3
Posted Sun May 4, 2008 12:01 PM
Fort Apocalypse, on Sun May 4, 2008 5:24 AM, said:
function Test_Function temp1=rand+temp2 return temp1 end a = Test_Function(3) on a goto T1 T2 T3 T1 T2 T3
Posted Sun May 4, 2008 12:43 PM
jbs30000, on Sun May 4, 2008 2:01 PM, said:
Fort Apocalypse, on Sun May 4, 2008 5:24 AM, said:
function Test_Function temp1=rand+temp2 return temp1 end a = Test_Function(3) on a goto T1 T2 T3 T1 T2 T3
function Test_Function temp1=rand+temp2 return temp1 end temp5 = Test_Function(3) on temp5 goto T1 T2 T3 T1 T2 T3
Posted Mon May 5, 2008 12:04 AM
Posted Tue May 6, 2008 5:38 PM
jbs30000, on Mon May 5, 2008 2:04 AM, said:
0 members, 1 guests, 0 anonymous users