13 lines
260 B
Text
13 lines
260 B
Text
( "Hello,How,Are,You,Today":?String
|
|
& :?ReverseList
|
|
& whl
|
|
' ( @(!String:?element "," ?String)
|
|
& !element !ReverseList:?ReverseList
|
|
)
|
|
& !String:?List
|
|
& whl
|
|
' ( !ReverseList:%?element ?ReverseList
|
|
& (!element.!List):?List
|
|
)
|
|
& out$!List
|
|
)
|