Struct tree_sitter_graph::ast::Print [−][src]
pub struct Print {
pub values: Vec<Expression>,
pub location: Location,
}Expand description
A print statement that prints out some debugging information
Fields
values: Vec<Expression>location: Location