How to access variables or functions in a Ch program from Ch shell command line?
In Ch shell, You can access variables or functions in a Ch file if they are global variables or functions. For example, if you have a file called test.ch, You can access variable var in Ch shell after running the “test.ch”. The following example is an example for accessing function in a Ch file from Ch shell.