ClauText

1 개요[ | ]

ClauText
  • 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 참고[ | ]

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