7 lines
123 B
Text
7 lines
123 B
Text
#lang transd
|
|
|
|
MainModule: {
|
|
_start: (lambda locals: s "Hello,How,Are,You,Today"
|
|
(textout (join (split s ",") "."))
|
|
)
|
|
}
|