Added support for Unknown variable types (for printing to strings)
This commit is contained in:
parent
88580d6ad8
commit
be3875692c
1 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Reference in a new issue