Skip to main content

Value

Scopes

Value: Argument actual

The value of a (keyword) argument in a function call
Python

Value: Argument formal

The value of a (keyword) argument in a function declaration
C++
C#
JavaScript
Python
SCSS
TypeScript

Value: Argument formal constructor

The value of a parameter in a constructor declaration
C++
C#
JavaScript
Python

Value: Argument formal method

The value of a parameter in a class method declaration
C++
C#
JavaScript
Python

Value: Assignment

Value (RHS) of an assignment
C
C#
Java
JavaScript
Lua
PHP
Python
R
Talon

Value: Attribute

Value (RHS) of an attribute eg in a xml element
HTML
JavaScript React
XML

Value: Command

Value (RHS) of an command, eg Talon spoken command
Talon

Value: Field class

Value (RHS) of a field in a class
C++
C#
Java
JavaScript
Python
TypeScript

Value: Field enum

Value (RHS) of a field in an enum
C
C++
C#
TypeScript

Value: Foreach

Iterable in a for each loop
C++
C#
Java
JavaScript
Python

Value: Map pair

Value (RHS) of a key-value pair in a map
C#
CSS
JavaScript
JSON
PHP
Python
Talon
Yaml

Value: Resource

Value of a 'with' / 'use' / 'using' statement
Java
Python

Value: Return

Return value of a function
C
C#
Java
JavaScript
PHP
Python
SCSS

Value: Return lambda

Implicit return value from a lambda
C#
Java
JavaScript
Python

Value: Switch

The value / subject of a switch statement
C
C#
Java
JavaScript
Python

Value: Type alias

Value of a type alias declaration
TypeScript

Value: Variable

Value (RHS) of a variable declaration
C
C#
Java
JavaScript
Lua
PHP
Python
R
Talon

Value: Variable pattern

Value (RHS) of a variable declaration with pattern destructuring
JavaScript
Python

Value: Yield

Value of a yield statement
C#
Java
JavaScript
PHP
Python

Value (iteration block)

Iteration scope for values: statement blocks (body of functions/if-statements/for-loops/etc).
C
C#
Java
JavaScript
Python
Talon

Value (iteration class)

Iteration scope for values: class bodies.
C
C++
C#
Java
JavaScript
Python
TypeScript

Value (iteration document)

Iteration scope for values: the entire document including leading and trailing empty lines.
C
C#
Java
JavaScript
Python
Talon

Value (iteration enum)

Iteration scope for values: enum bodies.
C
C++
C#
TypeScript

Value: Argument actual (iteration)

Iteration scope for values of (keyword) arguments in a function call: the arguments list..
Python

Value: Argument formal (iteration)

Iteration scope for values of formal parameters in a function declaration: the parameters list. The domain should be the entire function.
C++
C#
JavaScript
Python
SCSS

Value: Argument formal constructor (iteration)

Iteration scope for values of formal parameters in a constructor declaration: the parameters list. The domain should be the entire constructor.
C++
C#
JavaScript
Python

Value: Argument formal method (iteration)

Iteration scope for values of formal parameters in a method declaration: the parameters list. The domain should be the entire method.
C++
C#
JavaScript
Python

Value: Map pair (iteration)

Iteration scope for values of key-value pairs in a map: should be between the braces.
C#
CSS
JavaScript
JSON
Python
Talon
Yaml

Value: Resource (iteration)

Iteration scope for values in a 'with' / 'use' / 'using' statement: the resource list. The domain should be the entire statement.
Python