Passer au contenu principal
Please contribute to the documentation at
https://github.com/JukaLang/juka-website
Langage de programmation Juka
Documents
Apprendre
Télécharger
Essayer en ligne
Français
English
Русский
中文
Español
Français
Deutsch
GitHub
Chercher
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
()
;