Start from a main routine: Difference between revisions

m
mNo edit summary
Line 144:
 
=={{header|Julia}}==
If the program, julia, is executed via the command line without a program filename argument, it will enter aits 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}}==
4,108

edits