@adobai, this is work
proc doIt(x: string, p: proc()) =
echo x
doIt("xx", proc() = echo "aa")
Run
- Type inference and pragma issues in lambdas idobai
- Re: Type inference and pragma issues in lambdas idobai
- Re: Type inference and pragma issues in lambdas juancarlospaco
- Re: Type inference and pragma issues in lambda... mratsim
- Re: Type inference and pragma issues in la... idobai
- Re: Type inference and pragma issues ... mashingan
