You can write `using A, B` to use both A and B but then you can't list specific bindings.
On Sat, Jan 23, 2016 at 3:41 PM, PattiMichelle <[email protected]> wrote: > Thanks, Stefan - it looks like "using" can only target one module at a > time, although it can import multiple parts of a single module by > separating with commas. >
