1
0
mirror of https://github.com/MontFerret/ferret.git synced 2025-06-17 00:07:55 +02:00

Added possibility to use FOR loop in ternary expression

This commit is contained in:
Tim Voronov
2018-09-27 19:05:56 -04:00
parent ef29241aa6
commit 8b2e210317
20 changed files with 1175 additions and 561 deletions

View File

@ -12,5 +12,6 @@ func NewLib() map[string]core.Function {
"WAIT_NAVIGATION": WaitNavigation,
"CLICK": Click,
"NAVIGATE": Navigate,
"INPUT": Input,
}
}