Both human and LLMs want to write KCL code in non-English languages. This is important and we should support it. Note that errors are currently a bit broken with non-ASCII identifiers, see #4327
6 lines
207 B
Plaintext
6 lines
207 B
Plaintext
comprimentoTotal = 100
|
|
亞當 = 100
|
|
comprimentoRosca = 亞當 * 0.8 // 80% do comprimento total é roscado
|
|
comprimentoCabeça = comprimentoTotal - comprimentoRosca
|
|
assert(comprimentoCabeça, isEqualTo = 20)
|