Hi Vasile, Am thinking of something that many other programming languages have. "Exit Function" to exit immediately a function without running the rest of it's code. Thank you anyways.
Cheers, FS On Monday, January 2, 2023 at 5:26:55 AM UTC vasile wrote: > The immediat exit from everything is if-end if. Avoiding loops in fast > needed processes is healthy thinking. Each line means processing time. > The second is writting jal code for good hex result, not for short > structure... > > On Sun 1 Jan 2023, 8:22 PM flyway38 <[email protected] wrote: > >> Hello to all, >> >> *Happy new year to all !!!* >> >> Is there anyways of use something like this: "Exit Function" to exit >> immediately a function ? >> Thank you. >> >> Kind regards, >> Filipe Santos >> >> -- >> You received this message because you are subscribed to the Google Groups >> "jallib" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/jallib/67a3c8ae-31fc-4151-a289-d104b8160b31n%40googlegroups.com >> >> <https://groups.google.com/d/msgid/jallib/67a3c8ae-31fc-4151-a289-d104b8160b31n%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> > -- You received this message because you are subscribed to the Google Groups "jallib" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jallib/33b23896-a953-46cc-b3a1-7e322b44adf8n%40googlegroups.com.
