From 570ec471d1605318aeefb030cd78682ae442235b Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 31 Mar 2025 21:51:40 -0300 Subject: src/content/: Update all files left to asciidoc --- src/content/pastebins/2016/04/05/rpn.adoc | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) (limited to 'src/content/pastebins/2016') diff --git a/src/content/pastebins/2016/04/05/rpn.adoc b/src/content/pastebins/2016/04/05/rpn.adoc index 25ca6ba..c567d0d 100644 --- a/src/content/pastebins/2016/04/05/rpn.adoc +++ b/src/content/pastebins/2016/04/05/rpn.adoc @@ -1,18 +1,7 @@ ---- += RPN macro setup -title: RPN macro setup - -date: 2016-04-05 - -layout: post - -lang: en - -ref: rpn-macro-setup - ---- - -```lisp +[source,lisp] +---- (defmacro rpn (body) (rpn-expander body)) @@ -31,4 +20,4 @@ Just a quick stub. One could easily improve #'RPN-EXPANDER in order to better suit one's needs. |# -``` +---- -- cgit v1.2.3