mirror of
https://github.com/cupcakearmy/cometa.git
synced 2025-03-12 14:27:28 +00:00
enabled loops
This commit is contained in:
parent
13476007d3
commit
cf59ccfa7b
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user