(no title)
middayc | 4 months ago
Can you also put code into { 6 }, like { print(6) }?
Does this overwrite R's if or how does the scoping in R work?
middayc | 4 months ago
Can you also put code into { 6 }, like { print(6) }?
Does this overwrite R's if or how does the scoping in R work?
Cosi1125|4 months ago
Typically, you'd want to parse the unevaluated code, though:
It overwrites `if`, in the current scope, of course.