;; -*-theme-*- ;; Copyright (C) 2014 Tommi Höynälänmaa ;; Distributed under GNU General Public License version 3, ;; see file doc/gpl.txt. ;; Expected results: translation and running OK (define-program (examples hello-world) (import (standard-utilities core) (standard-utilities console-io)) (define main (lambda (() nonpure) (console-print-string "Hello, world!") (console-newline))))