enabled loops

This commit is contained in:
nicco 2018-02-06 21:04:58 +01:00
parent 13476007d3
commit cf59ccfa7b

View File

@ -45,9 +45,9 @@ export const compileBlock: ActionFunction = part => {
case re.if: case re.if:
func = actions.logic func = actions.logic
break break
// case re.for: case re.for:
// func = actions.loop func = actions.loop
// break break
case re.incude: case re.incude:
func = actions.importer func = actions.importer
break break