Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
quarto-dev
GitHub Repository: quarto-dev/quarto-cli
Path: blob/main/tests/docs/playwright/ojs/test-ojs-computes.qmd
3562 views
---
title: "Tests if an ojs computation succeeds."
format: html
self-contained: true
---

```{ojs}
x = 5
y = x * x
```