ClauText


개요

ClauText
  • KLDP의 DongWook Lee@GitHub가 만든 언어

예제

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 } }
}

참고