A few basic examples: Difference between revisions
Jump to navigation
Jump to search
a few examples for students who have little to no coding background |
No edit summary |
||
| Line 4: | Line 4: | ||
This page is intended to give a few examples for students (mainly students working with Victoria, but the rest is welcome to use it!), who have little to no coding background. | This page is intended to give a few examples for students (mainly students working with Victoria, but the rest is welcome to use it!), who have little to no coding background. | ||
A good convention is to always use filenames that end in <code>.sl</code> for your scripts. You can then run the script using | |||
isis filename.sl | |||
Revision as of 09:21, 21 January 2020
This page is intended to give a few examples for students (mainly students working with Victoria, but the rest is welcome to use it!), who have little to no coding background.
A good convention is to always use filenames that end in .sl for your scripts. You can then run the script using
isis filename.sl