scss: monofont noichmal definiert. Quarto bug?
This commit is contained in:
@@ -494,7 +494,7 @@ Wenn man solche Zuweisungen mit `const` für dauerhaft erklärt, entsteht ein
|
||||
```{julia}
|
||||
const MyCmplxF64 = MyComplex{Float64}
|
||||
|
||||
z = MyComplex(1.1, 2.2)
|
||||
z = MyCmplxF64(1.1, 2.2)
|
||||
typeof(z)
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user