On 2016-07-30 17:00, Jafar Al-Gharaibeh wrote:
> On Sat, Jul 30, 2016 at 4:19 AM btiffin <btif...@vivaldi.net> wrote:
> 
>> Hello,
>> 
>> I was wondering if argument coercion is implemented, or if the docs
>> are
>> early?
>> 
>> I can't get
>> 
>> procedure testing(i:integer:1)
>> write(i)
>> end
>> 
>> to work.
>> 
>> try.icn:24: # "i": syntax error (247;366)
> 
> This happens if you directly compile using icont, please use the
> command "unicon" instead.

Ahh, I figured it was a new person problem, and this seemed like the 
right place to ask.

Thanks.

> 
>> Are string form procedure calls supposed to work?
>> 
>> s := "testing"
>> s(4)
>> 
>> Comes up with a runtime error 106.  Again, just curious.
> 
> add the following at the top of your source file to enable string
> invocation which is not enabled by default:
> 
> invocable all
> 
> Cheers,
> Jafar

And it seems I have a little more reading to do as well, looking forward 
to it.  Gem packed mining.

Have good, make well,
Brian

------------------------------------------------------------------------------
_______________________________________________
Unicon-group mailing list
Unicon-group@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unicon-group

Reply via email to