"ClauText"의 두 판 사이의 차이

(새 문서)
 
2번째 줄: 2번째 줄:
[[kldp]]의 DongWook Lee@GitHub가 만든 언어
[[kldp]]의 DongWook Lee@GitHub가 만든 언어
== 예제 ==
== 예제 ==
hello world
hello world 프로그램.


text = { x = Hello y = World }
text = { x = Hello y = World }

2019년 7월 28일 (일) 11:20 판

1 개요

kldp의 DongWook Lee@GitHub가 만든 언어

2 예제

hello world 프로그램.

text = { x = Hello y = World }

Main = {

 $call = { id = first_program }

} Event = {

 id = first_program 

 $print = { { /./text/x } }
 $print = { { $space = { } } }
 $print = { { /./text/y } }
 $print = { { \n } }

}

3 참고

[[1]] [[2]]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}