sv_set_scenario: Keep track of the active scenarios name and give a clojure to...

Description Usage Arguments Value Examples

Description

Keep track of the active scenarios name and give a clojure to check them later

Usage

1

Arguments

...

a list of scenarios (probably their names)

Value

a clojure function that gets a list of scenarios (probably their names) and return TRUE/FALSE if they are in the set

Examples

1
2
is_there <- sv_set_scenario('a', 'b')
print(is_there('a')) # prints TRUE

shahryareiv/singleverbr documentation built on May 20, 2019, 6:48 p.m.