Include a file: Difference between revisions

Explain LabVIEW's differences
(D entry)
(Explain LabVIEW's differences)
Line 109:
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}}==
 
Line 114 ⟶ 116:
 
<lang lua> require "myheader" </lang>
 
 
=={{header|Mathematica}}==