RosettaCodeData/Task/Quine/MATLAB/quine-3.m

4 lines
47 B
Mathematica
Raw Permalink Normal View History

2018-06-22 20:57:24 +00:00
function quine()
type(mfilename);
end;