Home Online Manual
Top
Back: fglmquot
Forward: find
FastBack: Functions and system variables
FastForward: Control structures
Up: Functions
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

5.1.40 files, input from

Syntax:
< "filename"
Type:
none
Purpose:
Read and execute the content of the file filename. Shorthand for execute(read(filename)).
Example:
 
< "example"; //read in the file example and execute it
See execute; read.