This comment is reply for 1319 katsu: クロージャとか無いので、適当な名前を付け...(n日後を返す関数を返す関数). Go to thread root.
yooskeh #1964(2007/08/07 04:33 GMT) [ Prolog ] Rating1/1=1.00
1 2
n_days_later_pred(N, T, R) :- R is T + N * 86400. n_days_later(N, n_days_later_pred(N)).
Rating1/1=1.00-0+
[ reply ]
yooskeh #1964() [ Prolog ] Rating1/1=1.00
Rating1/1=1.00-0+