#include "share/atspre_staload.hats"
implement main0() = let
val s0 = string1_copy("hello world")
val s1 = strnptr_copy(s0)
val () = strnptr_free(s0)
in
fprintln! (stdout_ref, strnptr2string(s1))
end--
You received this message because you are subscribed to the Google Groups "ats-lang-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ats-lang-user...@googlegroups.com.
To post to this group, send email to ats-lan...@googlegroups.com.
Visit this group at http://groups.google.com/group/ats-lang-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/ats-lang-users/1c01641b-d410-4451-a600-e7fa01fde2de%40googlegroups.com.