mirror of
https://github.com/MontFerret/ferret.git
synced 2025-07-03 00:46:51 +02:00
Feature/#262 while loop (#567)
* Added new syntax and iterator * Added FOR-WHILE loop * Added 'FOR-DO-WHILE loop'
This commit is contained in:
@ -14,6 +14,7 @@ func RegisterLib(ns core.Namespace) error {
|
||||
return ns.RegisterFunctions(
|
||||
core.NewFunctionsFromMap(map[string]core.Function{
|
||||
"ATTR_GET": AttributeGet,
|
||||
"ATTR_QUERY": AttributeQuery,
|
||||
"ATTR_REMOVE": AttributeRemove,
|
||||
"ATTR_SET": AttributeSet,
|
||||
"BLUR": Blur,
|
||||
|
Reference in New Issue
Block a user