Hi, Tamas Papp. in R `invisible()` return something, in Julia `@invisible()` return nothing,
In R: test = function() invisible(1); test() xx = test() xx == 1 It seems that there is no similar function or macro in Julia for now.
Hi, Tamas Papp. in R `invisible()` return something, in Julia `@invisible()` return nothing,
In R: test = function() invisible(1); test() xx = test() xx == 1 It seems that there is no similar function or macro in Julia for now.