summaryrefslogtreecommitdiff
path: root/test/factor6.lm
diff options
context:
space:
mode:
Diffstat (limited to 'test/factor6.lm')
-rw-r--r--test/factor6.lm12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/factor6.lm b/test/factor6.lm
new file mode 100644
index 0000000..a9c0c19
--- /dev/null
+++ b/test/factor6.lm
@@ -0,0 +1,12 @@
+##### LM #####
+if ( 1 )
+ print( 'a\n' )
+if ( nil )
+ print( 'b\n' )
+if ( true )
+ print( 'c\n' )
+if ( false )
+ print( 'd\n' )
+##### EXP #####
+a
+c