Named parameters: Difference between revisions

Content added Content deleted
(Added zkl)
Line 595: Line 595:


=={{header| LabVIEW}}==
=={{header| LabVIEW}}==
Function calls in LabVIEW are implemented as instantiated VIs, small icons representing the function to be called. All parameters are positional, by drawing wires to different points along the icon edge. By right-clicking on the VI icon and unchecking "View as Icon", the parameter names can be shown. The parameter names are mainly informational for the user.
LabVIEW is not a text-based language, but unchecking "View as Icon" shows the parameter names...<br/>{{VI solution|LabVIEW_Named_Parameters.png}}


This image shows a VI with "View as Icon" unchecked.
<br/>

{{VI solution|LabVIEW_Named_Parameters.png}}


=={{header|Lasso}}==
=={{header|Lasso}}==