Shawn
07/15/2018, 5:02 PMwith
, do you add a space after it so it looks like control flow?
1️⃣
with (context) {
foo()
bar = 42
}
2️⃣
with(context) {
foo()
bar = 42
}
elizarov
07/15/2018, 7:04 PMShawn
07/15/2018, 7:05 PMShawn
07/15/2018, 7:06 PMnapperley
07/15/2018, 9:26 PMhho
07/16/2018, 8:07 AM