RosettaCodeData/Task/Pick-random-element/Klingphix/pick-random-element.klingphix

10 lines
138 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
include ..\Utilitys.tlhy
:pickran len rand * 1 + get ;
( 1 3.1415 "Hello world" ( "nest" "list" ) )
10 [drop pickran ?] for
" " input