rascal
rascal copied to clipboard
Unclear from tutorial how to create a module
Rascal beginner here, please bear with me.
On https://tutor.rascal-mpl.org/Recipes/Recipes.html#/Recipes/Basic/Hello/Hello.html it says:
"The summit of hello-engineering can be reached by placing all the above in a separate module".
The tutorial unfortunately doesn't say how to do that. I assumed it should be placed in a file. But apparently the demo::basic::Hello module is built in, because import demo::basic::Hello; hello(); works without creating a module myself.
@fniessink thanks for the report. We missed it completely! so now it's in the right place and we can take care of this.