Ir al contenido principal
Please contribute to the documentation at
https://github.com/JukaLang/juka-website
Lenguaje de programación de Juka
Documentos
Aprender
Descargar
Prueba en línea
Español
English
Русский
中文
Español
Français
Deutsch
GitHub
Buscar
K
Juka Online Editor
Save to Storage
Load from Storage
●
Untitled.juk
+
9
1
2
3
4
5
6
7
›
⌄
func
x
()
=
{
string
y
=
"Hello World"
;
printLine
(
y
)
;
printLine
(
"It works!"
)
;
}
x
()
;