Control whether standard output should be captured or not

fassignment %conditions% capture

Arguments

fassignment

The future assignment, e.g. x %<-% { expr }.

capture

If TRUE, the standard output will be captured, otherwise not.