Hello world/Text: Difference between revisions

Content added Content deleted
m (→‎{{header|PepsiScript}}: "as uppercase" is now "in uppercase".)
(Added Mathcad example.)
Line 2,115: Line 2,115:
Hello world!
Hello world!
</lang>
</lang>

=={{header|Mathcad}}==
Simply type the following directly onto a Mathcad worksheet (''A worksheet is Mathcad's combined source code file & console'').
<lang ayrch>"Hello, World!"</lang>
Applies to Mathcad Prime, Mathcad Prime Express and Mathcad 15 (''and earlier'')


=={{header|Mathematica}} / {{header|Wolfram Language}}==
=={{header|Mathematica}} / {{header|Wolfram Language}}==
Line 2,121: Line 2,126:
=={{header|MATLAB}}==
=={{header|MATLAB}}==
<lang MATLAB>>> disp('Hello world!')</lang>
<lang MATLAB>>> disp('Hello world!')</lang>



=={{header|Maude}}==
=={{header|Maude}}==