Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow versional-conditional lines of code #2

Open
andrewpbray opened this issue Feb 12, 2024 · 0 comments
Open

Allow versional-conditional lines of code #2

andrewpbray opened this issue Feb 12, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@andrewpbray
Copy link
Contributor

Allow certain lines of code within a chunk to evaluate or not based on the version.

a <- 1
#vA a <- 2
#vB a <- 3
1 + a
@andrewpbray andrewpbray added the enhancement New feature or request label Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant