Use another language to call a function: Difference between revisions

Content deleted Content added
Kazinator (talk | contribs)
→‎{{header|TXR}}: Notes about preparation of data.
Kazinator (talk | contribs)
Line 1,135: Line 1,135:
(carray-set-length buf size)
(carray-set-length buf size)
(let* ((s "Here am I")
(let* ((s "Here am I")
(l (length s)))
(l (length s)))
(cond
(cond
((> (length s) size) 0)
((> (length s) size) 0)