select
Algorand TypeScript / op / select
Call Signature
Section titled “Call Signature”select(
a,b,c):bytes
Defined in: op.ts:4107
selects one of two values based on top-of-stack: B if C != 0, else A
Parameters
Section titled “Parameters”Returns
Section titled “Returns”Call Signature
Section titled “Call Signature”select(
a,b,c):uint64
Defined in: op.ts:4112
selects one of two values based on top-of-stack: B if C != 0, else A