1 2 3 4 5 6 7 8 9 10
val unit -> unit effect pure main function main () = { if ("test" == "test") then { print("true") } else { print("false") } }