Re: function/procedure arguments
- Posted by begin Mar 13, 2018
- 1461 views
thanks very much greg - learned a lot.
trying your code, i found with phix i get:
H:\Euphoriaprog\Microexp\tester.ew:8 type check failure, s11 is 4.611686019e+18 Global & Local Variables --> see H:\Euphoriaprog\Microexp\ex.err Press Enter...
changing
integer s11 = eumem:malloc()
to
integer s11 = eumem:malloc(1,1)
the example works for phix
richard