Include a file: Difference between revisions

Reactivate seed7 example
(Reactivate seed7 example)
Line 966:
fn main() {
foo::some_function();
}</lang>
}
 
=={{header|Seed7}}==
Line 974:
<lang seed7>$ include "seed7_05.s7i";</lang>
All following include directives don't need a $ to introduce them.
The [http://seed7.sourceforge.net/libraries/float.htm float.s7i]
[http://seed7.sourceforge.net/libraries library] can be included with:
<lang seed7> include "float.s7i";</lang>