sub EVALFILE

Documentation for sub EVALFILE assembled from the following types:

language documentation Independent routines

From Independent routines

(Independent routines) sub EVALFILE

Defined as:

sub EVALFILE($filename where Blob|Cool:$lang = 'Raku':$check)

Slurps the specified file and evaluates it. Behaves the same way as EVAL with regard to Blob decoding, scoping, the $lang parameter and the $check parameter. Evaluates to the value produced by the final statement in the file when $check is not True.

EVALFILE "foo.raku";