Interactive help: Difference between revisions

m
(julia example)
Line 193:
 
=={{header|Julia}}==
When Julia is run without a program file as argument, the REPL (Read-Evaluate-Print Loop) runs. Entering a ? at the prompt brings up help, with help on a specific topic printerobtained if the topic name is preceded by ? at the prompt.
<lang julia>
 
Line 238:
an explicit return statement will return the last expression in the function body.
</lang>
 
 
=={{header|Perl}}==
4,103

edits