R/ast-classes.R
ast_variable.Rd
Create a variable AST node
ast_variable(name, dims = ast_dims(), vtype = NULL, bounds = NULL, ...)
Name of the variable.
Optional vector of dimension dims objects.
dims
An variable S3 object (subclass of ast).
variable
ast