Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
$->s[ ; a function taking an argument s <=s ; duplicate s last ; last letter in s .. ; range s\0 ; first letter in s @ ; reify range -- ; set difference (between the range and duplicated s) ] ; end function
$->s[ ; a function taking an argument s <=s ; duplicate s last ; last letter in s .. ; range s\0 ; first letter in s @ ; reify range -- ; set difference (between the range and duplicated s) ] ; end function