Fixed switch, something is wrong with function call parameters.

This commit is contained in:
Marvin Blum
2015-10-21 22:48:03 +02:00
parent 7aa5691863
commit dfe02ecef1
6 changed files with 43 additions and 27 deletions

View File

@@ -0,0 +1,5 @@
func myFunc(a, b) {
return a > b;
}
myFunc(1+3/4, 2-(66*22)/3-((123)));