05-10-2023, 04:46 PM
Sorry for the wait, needed lunch.
Hey this works just fine!
Hey this works just fine!
Code: (Select All)
f = f1
f = f2
GoTo endF
endF:
End
Function f1
Print "F1"
GoTo endF
endF:
End Function
Function f2
Print "F2"
GoTo endF
endF:
End Function
b = b + ...