ClauText

6Gelemen (토론 | 기여)님의 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 }}