Tool/software:
Hi
In the GEL language is there a way to detect if a symbol is defined or not?
pseudo code example:
OnHalt() { if( defined( myMain ) ) { GEL_Go(myMain): } else { GEL_Go(main); } {
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
Hi
In the GEL language is there a way to detect if a symbol is defined or not?
pseudo code example:
OnHalt() { if( defined( myMain ) ) { GEL_Go(myMain): } else { GEL_Go(main); } {