On 6/5/19 1:15 AM, ag0aep6g wrote:
> On 05.06.19 02:57, Amex wrote:
>> with(A){with(B){with(C){
>> is quite annoying...
>
> You don't need the braces.
>
> with (A) with (B) with (C)
> {
> ...
> }
Wow this must be the shortest and most satisfying thread ever.