Jump to content

Text-Based terminology

From LabVIEW Wiki
Revision as of 05:06, 8 May 2020 by Q (talk | contribs) (Started page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Many of the Text-based language terminologies have similar counterparts in the G language. Below is a list to help those familiar with text-based languages find the G equivalent.

Text-based Term G Term
Case Statement Case Structure
Char String
Declaration Dataflow
Do-While Loop While Loop
For Loop Functions Palette/Programming/Structures/For Loop
If-Then Statement Case Structure
If-Then-Else Statement Case Structure
Operator Function Nodes
Pointer To a UI Element: Reference, or Refnum

To a memory location: Data Value Reference

Struct Cluster
Switch Statement Case Structure
Variables Dataflow
While Loop Strictly speaking G does not have a While Loop. The While Loop in G acts as a Do-While Loop.