Function
rascal-0.34.0
rascal-tutor-0.18.4
Synopsis
Part of the synopsis that describes function signatures introduced by this concept.
Syntax
#### Function
_MarkedText_
Examples
Here is an example for the readFile
function:
Syntax
#### Function
str readFile(loc file) throws UnsupportedScheme(loc file), PathNotFound(loc file), IOError(str msg)
Benefits
- These sections are usually generated from Rascal source code
Pitfalls
- The function signatures are not linked yet.