j
k
j a
j l
Karl Chen wrote:
Hi, has anybody considered adding something like this: a = [1, 2] [ 'x', *a, 'y'] as syntactic sugar for a = [1, 2] [ 'x' ] + a + [ 'y' ]. Notes: - This is a common operation
Hi, has anybody considered adding something like this: a = [1, 2] [ 'x', *a, 'y']
as syntactic sugar for a = [1, 2] [ 'x' ] + a + [ 'y' ].
Notes: - This is a common operation
is it? </F>
Back to the thread
Back to the list