Search Results for: Empty cachets
. # these are all the same value 1, 2, 3, 4, 5 (1, 2, 3, 4, 5) (1, 2), 3, (4, 5) (((1, 2), (3)), (4, (), 5)) parentheses are optional and may be used for grouping in the same manner as other expressions -- with one exception: the empty list can only be written with parentheses. it's a list of zero things
. # empty list () since parentheses are otherwise optional, there's no distinction between a thing and a list of that thing. # thing / list of one thing "it's a thing" containers an array is a sequence of things. # array [ 1, 2, 5 ] [ "egg", "sausage", "bacon" ] arrays are heterogenous, i.e. they can...
http://www.vcode.org/
. # these are all the same value 1, 2, 3, 4, 5 (1, 2, 3, 4, 5) (1, 2), 3, (4, 5) (((1, 2), (3)), (4, (), 5)) parentheses are optional and may be used for grouping in the same manner as other expressions -- with one exception: the empty list can only be written with parentheses. it's a list of zero things
. # empty list () since parentheses are otherwise optional, there's no distinction between a thing and a list of that thing. # thing / list of one thing "it's a thing" containers an array is a sequence of things. # array [ 1, 2, 5 ] [ "egg", "sausage", "bacon" ] arrays are heterogenous, i.e. they can...
https://www.vcode.org/