Standalone Functions
Declaring Standalone Functions
standalone functions declare start : export TextUtilities
standalone function declare start : public SquareText string text string
return : { standalone function : private TextUtilities RepeatText text { string length : text } }
standalone function declare end
standalone function declare start : private RepeatText string text string times int
variable : combined string ""
for numbers start : i int 0 times
operation : combined (increase by) text
for numbers end
return : combined
standalone function declare end
standalone functions declare endImporting Standalone Functions
Last updated