queck #5443(2008/01/24 05:19 GMT) [ Other ] Rating0/0=0.00
Factor としては : n_days_later +day ; の方がふさわしいようにも思いますが。
1 2 3 4 5 6 7
USING: kernel calendar prettyprint ; : n_days_later ( n -- quot ) [ +day ] curry ; ! example now dup . 5 n_days_later call .
Rating0/0=0.00-0+
[ reply ]
queck
#5443()
[
Other
]
Rating0/0=0.00
Factor としては : n_days_later +day ; の方がふさわしいようにも思いますが。
USING: kernel calendar prettyprint ; : n_days_later ( n -- quot ) [ +day ] curry ; ! example now dup . 5 n_days_later call .Rating0/0=0.00-0+
[ reply ]