10 lines
145 B
Text
10 lines
145 B
Text
|
|
#lang transd
|
||
|
|
|
||
|
|
MainModule: {
|
||
|
|
_start: (λ
|
||
|
|
(with s1 "aaa" s2 "bbb" s3 "ccc"
|
||
|
|
(+= s1 s2 s3)
|
||
|
|
(textout s1))
|
||
|
|
)
|
||
|
|
}
|