From 270037f7c94873b4451f5b0af46f9d0b1764bbf2 Mon Sep 17 00:00:00 2001
From: Serdar Yegulalp <serdar@genjipress.com>
Date: Sun, 14 Apr 2019 00:23:54 -0400
Subject: [PATCH] update what's next

---
 whats-next.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/whats-next.md b/whats-next.md
index d95d606..32fd27f 100644
--- a/whats-next.md
+++ b/whats-next.md
@@ -48,6 +48,7 @@
 * [x] Function type (for function pointers)
   * [x] Function pointer type
   * [x] String constants
+* [x] Comments
 
 ## In progress
 
@@ -58,7 +59,6 @@
 * [ ] External function references (`extern` context block with optional library identifier)
 * [ ] `case` statement for matching against enums
 * [ ] `while` constructions
-* [ ] Comments
 * [ ] `uni` for globals
 * [ ] `const` for constants
 * [ ] Complete REPL command set (as per earlier incarnation of project)