mirror of
https://github.com/typst/typst
synced 2025-05-21 12:35:29 +08:00
parent
464dac8d4a
commit
94380f4457
@ -90,16 +90,6 @@
|
|||||||
// Error: 3-10 number must be at least zero
|
// Error: 3-10 number must be at least zero
|
||||||
#(-1 * "")
|
#(-1 * "")
|
||||||
|
|
||||||
---
|
|
||||||
#{
|
|
||||||
let x = 2
|
|
||||||
for _ in range(61) {
|
|
||||||
(x) *= 2
|
|
||||||
}
|
|
||||||
// Error: 3-17 cannot repeat this string 4611686018427387904 times
|
|
||||||
x * "abcdefgh"
|
|
||||||
}
|
|
||||||
|
|
||||||
---
|
---
|
||||||
// Error: 4-5 unknown variable: x
|
// Error: 4-5 unknown variable: x
|
||||||
#((x) = "")
|
#((x) = "")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user