Include a file: Difference between revisions

Content added Content deleted
(D entry)
(Explain LabVIEW's differences)
Line 109: Line 109:
document.body.appendChild(s);</lang>
document.body.appendChild(s);</lang>


=={{header|LabVIEW}}==
In LabVIEW, any VI can be used as a "SubVI" by changing the icon and wiring the terminals to the front panel. This cannot be explained concisely in code; instead, see the [http://zone.ni.com/reference/en-XX/help/371361E-01/lvconcepts/creating_subvis/ documentation].
=={{header|Lua}}==
=={{header|Lua}}==


Line 114: Line 116:


<lang lua> require "myheader" </lang>
<lang lua> require "myheader" </lang>



=={{header|Mathematica}}==
=={{header|Mathematica}}==