Description: Compute an expression with each member of a sequence. Syntax: A.(x,…) A.() return A itself Note: The funcsequence,member,expression
Run the program until the next cell that holds an expression.next cell,expression
This chapter focuses on RaqReport operators, keywords, computing order, dataset querying functions, cell functions, tipsexpression, function
Description: Attach a computation to a channel and return the orignal channel. Syntax: ch.(x) ch.() Return the channechannel,expression,attached operation
Description: Compare two expressions or two sequences. Syntax: cmp(x, y) When comparing two expressions x and y, return compare,expression,sequence
Description: Attach the action of computing expression to a cursor and return the original cursor. Syntax: cs.(x) Note: cursor,expression
Description: Dynamically parse and compute the expression. Syntax: eval(StringExp ,{argExp}) Note: The function parses tdynamically parse,compute,expression
Description: Compute expressions against a record and return result of the last one. Syntax: r.(x,…) Note: The function record,compute,expression