Merge branch 'master' of github.com:Xawirses/compilateur-l
This commit is contained in:
1
test/expressionNonNoninferieur
Normal file
1
test/expressionNonNoninferieur
Normal file
@@ -0,0 +1 @@
|
||||
(!!!$var & $var) | (10 -4) & 10 < (5/3)
|
||||
1
test/expressionOuEt
Normal file
1
test/expressionOuEt
Normal file
@@ -0,0 +1 @@
|
||||
(1 + 1) | (2 * 3) & 5
|
||||
1
test/expressionfctargument
Normal file
1
test/expressionfctargument
Normal file
@@ -0,0 +1 @@
|
||||
expression(1,10);
|
||||
1
test/expressionfctsimple
Normal file
1
test/expressionfctsimple
Normal file
@@ -0,0 +1 @@
|
||||
test();
|
||||
Reference in New Issue
Block a user