In this article, we will learn
T()
REPT()
These functions are very simple, so it won’t take too long to learn how they work.
- T() : Return the argument if it is test otherwise blank
Result:-
REPT() : It repeats a string for the given number of times.
Syntax: REPT(“String”, No of times)Result: