From b5ee45f63999900cc94b75a65b3c905747e4a0eb Mon Sep 17 00:00:00 2001 From: greg Date: Sun, 19 Jul 2015 00:32:51 -0700 Subject: [PATCH] null is also a keyword --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index a552a16..7a184d9 100644 --- a/README +++ b/README @@ -22,5 +22,5 @@ fn my_function(arg1, arg2); statements(); end Keywords: -if, then, else, while, let, fn, end +if, then, else, while, let, fn, end, null