from dynoplibs/test.pasm:
# now the fun can start
print "the answer is: "
fortytwo I0
print I0
what_do_you_get_if_you_multiply_six_by_nine S0
print " aka "
print S0
print "\n"
end
$ parrot dynoplibs/test.pasm
in test
loaded myops_ops
loaded foo
loaded libnci
found 3 libs
Ops runtime/parrot/dynext/myops_ops.so
PMC runtime/parrot/dynext/foo.so
NCI libnci.so
the answer is: 42 aka fortytwo
* plain (function) core only for now
* test.pasm loads some other libs for testing, which should be around
Have fun,
leo