We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6243928 commit ff36261Copy full SHA for ff36261
1 file changed
include/scratchcpp/dev/compiler.h
@@ -29,7 +29,8 @@ class LIBSCRATCHCPP_EXPORT Compiler
29
Void,
30
Number,
31
Bool,
32
- String
+ String,
33
+ Unknown
34
};
35
36
Compiler(IEngine *engine, Target *target);
0 commit comments