5-23 / hangul-lang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hangul-lang

기본.한

korean programming language (beta)

print

출력(hello world!);

input

입력(변수명);

use variable

출력(변수(변수명));

use operators

a+=1;
a-=1;
a*=1;
a/=1;
a는 변수(a)+1;
a는 변수(a)-1;
a는 변수(a)*1;
a는 변수(a)/1;

example

1

출력("input: ");
입력(a);
출력(변수(a));

2

e 는 10;
e*=3;
출력(multifly 3);
출력(변수(e));

About


Languages

Language:Rust 98.8%Language:Batchfile 1.2%