Open ghewgill opened 9 years ago
Implementation idea: For any predefined (or other special function) that does not have an address itself, create a thunk function that does have an address, that only calls the predefined function.
Test program:
TYPE Func IS FUNCTION(s: String) LET f: Func := print f("hello") %= hello
Implementation idea: For any predefined (or other special function) that does not have an address itself, create a thunk function that does have an address, that only calls the predefined function.