I was just wondering if Seed7 has a way of creating a forward declaration of function definition. So I can place all the functions and procedures after the Main block. A very simple example, I asked genAi and I was given an answer, but obviously it's not correct in this case as it does not compile: $ include "seed7_05.s7i"; include "duration.s7i"; # wait() #const func integer: sumTwoNums(in integer: x, in integer: y) is func # result # var integer: sum is 0; # begin # sum := x + y; #end func; forward...
Congrats Thomas! And Season's Greetings! 🎄
Congrats Thomas!