Nov 08
Tami Williams about Rosetta Challenge
Nov 08, 2013; 02:13
Tami Williams
about Rosetta Challenge
I think there's an error in the Arrays example:
http://rosettacode.org/wiki/Arrays#Lasso
// Create a new empty array
local(array1) = array
// Create an array with 2 members (#myarray->size is 2)
local(array1) = array('ItemA','ItemB')
// Assign a value to member [2] (length is now 3)
#array1->get(2) = 5
Why is length now 3?
Is someone from Lasso reviewing the examples?
How do you see who created the example?
#############################################################
This message is sent to you because you are subscribed to
the mailing list Lasso
Lasso@lists.lassosoft.com
To unsubscribe, E-mail to: <Lasso-unsubscribe@lists.lassosoft.com>
Send administrative queries to <Lasso-request@lists.lassosoft.com>
Nov 08
Jolle Carlestam Re: about Rosetta Challenge
Nov 08, 2013; 08:39
Jolle Carlestam
Re: about Rosetta Challenge
Nov 08
Ke Carlton about Rosetta Challenge
Nov 08, 2013; 08:38
Ke Carlton
about Rosetta Challenge