Files
gyehoek-hs/play/string.ssa
T
2026-05-18 10:08:03 -06:00

10 lines
157 B
Plaintext

data $.1 =
{b "abc"}
export
function w $main () {
@start
%.2 =l call $scm_from_utf8_string (l $.1, l 3)
%x0 =l call $scm_write (l %.2)
ret %x0
}