Pack Function Example

Details

Action

Creates a string from a list of strings or names by concatenating them.

This function returns the reverse of the string supplied:

make function backword of type st (st str) pack(reverse(explode(str)))

Then backword("hello") yields "olleh"

print 123 + backword(123) yields 444