We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6e92a7 commit 9cd9c49Copy full SHA for 9cd9c49
examples/names.mtpl
@@ -21,7 +21,7 @@ Ken Thompson
21
}]]}]\
22
\
23
[let> count [len> [=> first_names]]]\
24
-[if> #f
+[if> [:>[not> [eq> [=> count] [len> [=> surnames]]]]]
25
{ [:> Number of names provided must be equal! ] }
26
{ [**> map_names _] }]
27
src/substitute.c
@@ -3,7 +3,6 @@
3
#include <mintpl/generators.h>
4
5
#include <stdbool.h>
6
-#include <stdio.h>
7
#include <stdlib.h>
8
#include <string.h>
9
0 commit comments