RosettaCodeData/Task/Use-another-language-to-call-a-function/PicoLisp/use-another-language-to-call-a-function-1.l
Ingy döt Net 68f8f3e56b all tasks
2013-04-11 01:07:29 -07:00

3 lines
205 B
Text

(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