rascal icon indicating copy to clipboard operation
rascal copied to clipboard

Unclear from tutorial how to create a module

Open fniessink opened this issue 4 years ago • 1 comments

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 avatar Jul 09 '21 15:07 fniessink

@fniessink thanks for the report. We missed it completely! so now it's in the right place and we can take care of this.

jurgenvinju avatar Dec 21 '21 11:12 jurgenvinju