Code: Select all
BeginCSection
! int testC( int i ) {
! return(++i);
! }
EndCSection
Procedure test()
Define v
!v_v = testC( 3 );
EndProcedure
test()
and yes, I know I can define it inside a procedure...
Code: Select all
BeginCSection
! int testC( int i ) {
! return(++i);
! }
EndCSection
Procedure test()
Define v
!v_v = testC( 3 );
EndProcedure
test()
Fun with Dyslexia...
that'd work & be a nice addition. Thank you for considering it.Fred wrote: Mon Jun 12, 2023 10:11 am May be an HeaderSection/EndHeaderSection would be OK, so it could work for all backends.
yes if you do that it will solve a lot of the problem with c backend.Fred wrote: Mon Jun 12, 2023 10:11 am May be an HeaderSection/EndHeaderSection would be OK, so it could work for all backends.