diff options
Diffstat (limited to 'test-files/mds-kbdc/compile-layout/valid/get')
-rw-r--r-- | test-files/mds-kbdc/compile-layout/valid/get | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test-files/mds-kbdc/compile-layout/valid/get b/test-files/mds-kbdc/compile-layout/valid/get new file mode 100644 index 0000000..89dfc37 --- /dev/null +++ b/test-files/mds-kbdc/compile-layout/valid/get @@ -0,0 +1,8 @@ +let \1 : { 1 2 3 0 5} +if \get(1 3) + "" : 0 +end if +if \not(\equals(\get(1 4) 5)) + 0 : "" +end if + |