Imports (no infixes yet; does not work because of the GC duplicate symbols)

This commit is contained in:
Dmitry Boulytchev 2019-11-27 03:14:25 +03:00
parent 5f673e766c
commit cf5d0f1bc7
15 changed files with 161 additions and 62 deletions

View file

@ -0,0 +1,5 @@
public fun from_test005 (s) {
printf ("called with %s\n", s)
}
from_test005 ("this one")