Started to add special function to inline code (issue #6).

This commit is contained in:
Marvin Blum
2015-10-28 17:59:38 +01:00
parent bba215cd8d
commit 1cbcda4261
5 changed files with 24 additions and 5 deletions

View File

@@ -1,4 +1 @@
switch x {
case 1:
x = 1;
}
var inline_code = code("var x = 5;");