use Inline C => 'int square(int x) { return x * x; }'; \C-j square(square(23)); \C-j