what is the use of LET statement
Answers
Answered by
2
Answer:
LET statement is used to assign a value or a set of values to a variable or a record. Variable. A variable which is assigned a value. Expression list. One or more 4GL expressions that return the value which is assigned to the variable
Explanation:
mark brainliest
Answered by
0
Explanation:
LET statement is used to assign a value or a set of values to a variable or a record. A variable of any data type except for the object data types(e.g. WINDOW, FORM) can be assigned values with the help of LET statement.
Similar questions