Start from a main routine: Difference between revisions

Content added Content deleted
mNo edit summary
Line 144: Line 144:


=={{header|Julia}}==
=={{header|Julia}}==
If the program, julia, is executed via the command line without a program filename argument, it will enter a REPL (Read–Evaluate-Print-Loop) by default, without executing any user code until that is entered via the REPL command line. If, instead, Julia is started with a Julia program filename as argument, it will execute that program and, after that program terminates, exit without seeking any REPL input.
If the program, julia, is executed via the command line without a program filename argument, it will enter its REPL (Read–Evaluate-Print-Loop) by default, without executing any user code until that is entered via the REPL command line. If, instead, Julia is started with a Julia program filename as argument, it will execute that program and, after that program terminates, exit without seeking any REPL input.


=={{header|Kotlin}}==
=={{header|Kotlin}}==