aboutsummaryrefslogtreecommitdiff
path: root/remind.dot/cookbook.link/functions.rem
diff options
context:
space:
mode:
Diffstat (limited to 'remind.dot/cookbook.link/functions.rem')
-rw-r--r--remind.dot/cookbook.link/functions.rem3
1 files changed, 3 insertions, 0 deletions
diff --git a/remind.dot/cookbook.link/functions.rem b/remind.dot/cookbook.link/functions.rem
new file mode 100644
index 0000000..3292d71
--- /dev/null
+++ b/remind.dot/cookbook.link/functions.rem
@@ -0,0 +1,3 @@
+FSET double(x) 2*x
+FSET yeardiff(date1, date2) year(date1) - year(date2)
+FSET since(x) ord(year(trigdate())-x)