This commit is contained in:
Marvin Blum
2015-10-30 19:03:50 +01:00
parent ae8fad1abc
commit 6e4cef91bc
7 changed files with 49 additions and 40 deletions

View File

@@ -1 +1,3 @@
var inline_code = code("var a = 1;var b = 2;if a < b {foo();}");
func myFunc(a, b) {
}