On Sat, 10 Dec 2011 18:37:03 -0800, jimmy.z...@gmail.com wrote:
> JimmyZ> nom: if 42 -> *@_ { say @_.perl }
> p6eval> nom 1f9310: OUTPUT«Array.new()»
>
> JimmyZ> niecza: if 42, 44, 22 -> *@a { say @a.perl }
> p6eval> niecza v12-10-ga8ad0e9: OUTPUT«(42, 44, 22)»
>
> JimmyZ>nom: if 42, 44, 22 ->
On Sat, 10 Dec 2011 18:37:03 -0800, jimmy.z...@gmail.com wrote:
> JimmyZ> nom: if 42 -> *@_ { say @_.perl }
> p6eval> nom 1f9310: OUTPUT«Array.new()»
>
> JimmyZ> niecza: if 42, 44, 22 -> *@a { say @a.perl }
> p6eval> niecza v12-10-ga8ad0e9: OUTPUT«(42, 44, 22)»
>
> JimmyZ>nom: if 42, 44, 22 ->
On Sat, 10 Feb 2018 11:38:50 -0800, juhimar...@gmail.com wrote:
> Hi,
>
> When an Int variable gets undefined, lets say $i, then $i.fmt('%d')
> throws a message 'Directive d not applicable for type Int'.
>
> The message is not ok because %d is applicable! %f throws the same error
> but %s does
On Sat, 10 Feb 2018 11:38:50 -0800, juhimar...@gmail.com wrote:
> Hi,
>
> When an Int variable gets undefined, lets say $i, then $i.fmt('%d')
> throws a message 'Directive d not applicable for type Int'.
>
> The message is not ok because %d is applicable! %f throws the same error
> but %s does