expression 相关的搜索结果 共有8个

A.(x,...)

Description: Compute an expression with each member of a sequence. Syntax: A.(x,…)   A.() return A itself Note: The funcsequence,member,expression

Step Over

Run the program until the next cell that holds an expression.next cell,expression

Expression and functions

This chapter focuses on RaqReport operators, keywords, computing order, dataset querying functions, cell functions, tipsexpression, function

ch.()

Description: Attach a computation to a channel and return the orignal channel. Syntax: ch.(x)   ch.()  Return the channechannel,expression,attached operation

cmp()

Description: Compare two expressions or two sequences. Syntax: cmp(x, y) When comparing two expressions x and y, return compare,expression,sequence

cs.(x)

Description: Attach the action of computing expression to a cursor and return the original cursor. Syntax: cs.(x) Note: cursor,expression

eval()

Description: Dynamically parse and compute the expression. Syntax: eval(StringExp ,{argExp}) Note: The function parses tdynamically parse,compute,expression

r.(x,...)

Description: Compute expressions against a record and return result of the last one. Syntax: r.(x,…) Note: The function record,compute,expression