makth
Print action
Kotlin syntax
PrintAction
(
listOf
(
// Things to print, conforming to `Value`
))
Makth lexer syntax
print(value1, value2, ...)