conditional compilation \#case
This commit is contained in:
@@ -21,4 +21,12 @@
|
||||
(interp "Haxe")
|
||||
(hxnodejs "NodeJS")
|
||||
(js "JavaScript")
|
||||
(py "Python")))
|
||||
(py "Python")))
|
||||
|
||||
(defun _testCase []
|
||||
(#case var1ForCase
|
||||
("var1" (Assert.pass))
|
||||
(otherwise (Assert.fail)))
|
||||
(#case var2ForCase
|
||||
("var2" (Assert.pass))
|
||||
(otherwise (Assert.fail))))
|
Reference in New Issue
Block a user