The Sidef programming language
More
Search
Ctrl + K
Compound data type
Copy
struct
Point
{x
,
y}
var point
=
Point
(
1
,
2
)
say point
.
y
#=> 2
Previous
Composite numbers k with no single digit factors whose factors are all substrings of k
Next
Concatenate two primes is also prime
Last updated
1 year ago