<- PRPL reference <- Strings
Arguments | Result | Notation |
---|---|---|
string | list | [string- list] |
Takes a string from the stack and returns the list of characters in the string.
StringToList("Hello human") ->charactersList <-charactersList GetListCount 0 do Trace(<-wordsList[I]) loop