Documentation: Difference between revisions

m (added whitespace.)
Line 695:
?f
-> f[x,y] gives the sum of x and y</lang>
 
=={{header|Matlab}} / {{header|Octave}}==
Script files can contain comments (being whatever follows a % character) and for a script in file Fred.m that is in the current execute path (so that typing "Fred" will initiate it), the command "help Fred" will instead display the first comment block. So, if it starts <lang Matlab>function Gnash(GnashFile); %Convert to a "function". Data is placed in the "global" area.
% My first MatLab attempt, to swallow data as produced by Gnash's DUMP
%command in a comma-separated format. Such files start with a line</lang>
 
=={{header|Nim}}==
1,220

edits