Next: Record Statements, Previous: Record Constructor Functions, Up: The Record Library [Index]
Is the size (item count) of the operand. Same as the ‘r_size’ function.
Is the right operand, sets the left operand as a reference of the right operand. Same as the ‘r_set’ function.
Are the data in the position indicated by the second operand in the record indicated by the first operand. Same as the ‘r_query’, ‘rc_query’ and ‘ro_query’ functions.
Are the data in the position indicated by the second operand in the record indicated by the first operand, after it was set or replaced by the third operand. Same as the r_c_*, ‘r_case’ and ‘ro_case’ functions.
Is the data in the position indicated by the second operand in the record indicated by the first operand, after it was added the third operand. If the record was mapping the position, the data was of the <type> data type. If it wasn’t, the data in the position is set as the third operand. Same as the ‘rn_a_*’ functions. Type is numeric.
Is the data in the position indicated by the second operand in the record indicated by the first operand, after it was subtracted the third operand. If the record was mapping the position, the data was of the <type> data type. If it wasn’t, the data in the position is set as the negative of the third operand. Same as the ‘rn_s_*’ functions. Type is numeric.
Is the second operand if the first is not zero, the third operand otherwise.
Asssociates right to left.
See Data Type Generic Record Functions.
See Data Type Specific Record Functions.
See Non Data Type Specific Record Functions.
See Data Type Generic Byte Data Record Functions.
See Data Type Specific Arithmetic Record Functions.
See The Binary Operators.
Next: Record Statements, Previous: Record Constructor Functions, Up: The Record Library [Index]