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:
func = actions.logic
break
// case re.for:
// func = actions.loop
// break
case re.for:
func = actions.loop
break
case re.incude:
func = actions.importer
break