I tried writting some jaggery expressions in a separate .jag file and tried executing it as follows
./jaggery.sh file.jag
The output is just the content in the file. Whatever i have in the file is printed to the console.
i.e if i have
print("hello");
in file.jag
the output is print("hello");
whereas my expected output is hello
Try like following
And, It's mentioned that,