_:$(strip $(STDIN));@: f=$(subst 1$2,1$1th,$(3:$1th=$2)) %:;$(info $(call f,1,1st,$(call f,2,2nd,$(call f,3,3rd,$@th))))
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page