Added support for Unknown variable types (for printing to strings)

This commit is contained in:
Netkas 2022-12-30 03:07:04 -05:00
parent 88580d6ad8
commit be3875692c

View file

@ -20,6 +20,8 @@
const Instruction = 'instruction'; const Instruction = 'instruction';
const Unknown = 'unknown';
const All = [ const All = [
self::String, self::String,
self::Integer, self::Integer,