From 5c369faa461ec4416d2d4b231a5b36963a7315ce Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 4 Apr 2016 13:06:50 +0200 Subject: Implement value typing, null support via value attributes For example: v = [null] v = [string] abc v += ABC # abcABC --- tests/variable/type/test.out | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'tests/variable/type/test.out') diff --git a/tests/variable/type/test.out b/tests/variable/type/test.out index f5dfb84..4aea91f 100644 --- a/tests/variable/type/test.out +++ b/tests/variable/type/test.out @@ -1,2 +1,11 @@ foobarbaz foobarbaz +0 0 0 +00 +2 +2 +2 +2 +0 +0 +0 -- cgit v1.1