02-19-2026, 08:17 PM
I'm onboard with this. BUT I'M NOT A COMPILER DEV !
It is kind of outside of what BASIC normally is and I woudn't hold my breath.
I do know you can work with function pointers in a C interface library to the
main program but that isn't the same !
Depending on use case you want I've used Conditional compilation to do
a kind of sort of call back type function, but that really isn't the same thing
(But might be a road to explore for certain applications !)
It is kind of outside of what BASIC normally is and I woudn't hold my breath.
I do know you can work with function pointers in a C interface library to the
main program but that isn't the same !
Depending on use case you want I've used Conditional compilation to do
a kind of sort of call back type function, but that really isn't the same thing
(But might be a road to explore for certain applications !)

