PasteRack.org
Paste # 73564
2017-04-20 23:01:11

Fork as a new paste.

Paste viewed 66 times.


Embed:

  1. #lang racket
  2.  
  3. (filter string? (list "apple" "bat" "5" "66" "six"))

=>

'("apple" "bat" "5" "66" "six")