Good day,
I'm trying to interpret some KAREL code and I'm having trouble understanding the purpose of the KCL built-in procedure. So for example, when would I use...
KCL('SET VAR $RMT_MASTER = 1',STAT) ...as opposed to...
SET_VAR(ENTRY, '*SYSTEM*', '$RMT_MASTER', 1, STAT) ...?
Why would I want to execute a KCL command from a KAREL program?
Thanks for your help.