rednifre
08/11/2022, 1:12 PMVampire
08/11/2022, 1:18 PMrednifre
08/11/2022, 1:22 PMVampire
08/11/2022, 1:27 PMephemient
08/11/2022, 2:51 PMf(
a,
to,
b
)
currently has a different meaning than
f(
a
to
b
)
rednifre
08/11/2022, 2:58 PMto
on a single line like that, no matter whether it’s in {} or ().ephemient
08/11/2022, 3:03 PMrednifre
08/11/2022, 3:07 PMfun main() {
println(
"hello"
to
"world"
)
}
… but manually changing it back to what you linked works, but it breaks the syntax highlighting.