|
From: | 積丹尼 Dan Jacobson |
Subject: | $(reverse) |
Date: | Thu, 27 Jul 2017 07:44:36 +0800 |
Maybe implement $(reverse) A = a b c d e x: echo $(reverse, $A) Would give e d c b a or at least at (Info-search "reverse") This macro simply reverses its arguments: reverse = $(2) $(1) foo = $(call reverse,a,b) mention how to reverse a whole list.
[Prev in Thread] | Current Thread | [Next in Thread] |