CL-USER> (let ((*standard-output* (smack/backend/indent:ensure-indenting-stream *standard-output*))) (constantia:out (:block-scope (:call "foo" 1 2 3)))) { foo(1, 2, 3); } ; No value CL-USER>