RosettaCodeData/Task/Use-another-language-to-call-a-function/PicoLisp/use-another-language-to-call-a-function-1.l

4 lines
205 B
Text
Raw Permalink Normal View History

2013-04-11 01:07:29 -07:00
(let (Str "Here am I" Len (format (opt))) # Get length from command line
(unless (>= (size Str) Len) # Check buffer size
(prinl Str) ) ) # Return string if OK