From: <mi...@ph...> - 2004-07-22 08:25:58
|
> later(sprintf("%g", y)) > later(x); > > or, shorter > > $(sprintf("%g", y)) > $(x) I would prefer the later() function; it would be advantage to have the 'late' evaluation for real-value functions as well. Maybe, there could be a synonym sPrintf() = later(sprintf()) (aka \def vs \gdef in TeX). I don't like the syntax with $ because it breaks for call'ed scripts. --- PM |