uce/test/sharedunit.uce
2022-12-22 06:01:23 +00:00

8 lines
102 B
Plaintext

RENDER()
{
auto p = compiler_load_shared_unit(context, "post.uce");
if(p)
print(to_string(p));
}