ELI (programming language): Difference between revisions

Content deleted Content added
Version 0.3: 0.3, described as a stable release (on eli web site)
Line 90:
==File extensions==
 
ThereTwo file extensions are twoused kindsin ofELI filefor extensionsexchanging inand sharing ELIcode for different purposes: <code>.esf</code> and <code>.eli</code>. Both are designed for exchanging and sharing code based on different purposes.
 
An ELI file with extension <code>.esf</code> is a script file which contains all methods and data. A simple way to create a script file is using the command <code>)out</code>. However, a clean workspace without any debugging or error information left is required before a script file can be created. Later the command <code>)fload</code> can be used to reload the script file.