-
Hi, If I use RStudio I can do the following, a <- 10; b <- 10
a + b But if I do the same in Positron, it will give the following error, Error:
! object 'b' not found However, if I run the following code in Positron {a <- 10; b <- 10}
a + b All expressions gets evaluated correctly. Is this working as intended or is it a bug? |
Beta Was this translation helpful? Give feedback.
Answered by
TimTaylor
Nov 1, 2024
Replies: 1 comment 2 replies
-
Looks like this has been raised as a bug over in #4317. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
serkor1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks like this has been raised as a bug over in #4317.