What does this mean: 'x
Verfasst: 10. Jan 2019 22:04
val someTerm: Lambda = Lambda(
parameter = Identifier('x),
body = Identifier('x)
)
Above is a snippet of code from the 'Scala Introductory Class'. I'm not understanding what 'x means.
Can anyone please explain a bit.
Thanks.
parameter = Identifier('x),
body = Identifier('x)
)
Above is a snippet of code from the 'Scala Introductory Class'. I'm not understanding what 'x means.
Can anyone please explain a bit.
Thanks.