diff options
Diffstat (limited to '')
-rw-r--r-- | src/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ /// ` Output null terminated string at current cell /// ~ Input string into current cells with max length in current cell /// % Clear screen +/// $ Set n cells to 0 where n is the count of the current cell int main(int argc, char** argv) { |