poldy / OpenCOMAL

OpenCOMAL aims to be a compliant Common COMAL interpreter. It has been tested on Linux and macOS.
http://www.josvisser.nl/opencomal/
GNU General Public License v3.0
21 stars 6 forks source link

Feature request: string variable as a "label" for proc / func / goto-jump target #4

Open VOC-LINK opened 2 years ago

VOC-LINK commented 2 years ago

Hello, I have to admit since years it seems rather strange no one recognized usefulness of such extension. I mean until today it's not possible to do "EXEC NAME$" neither "GOTO THERE$". What do you think about implementing it into OpenComal?