
samples.expressions.add-set.pec Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of WebSite Show documentation
Show all versions of WebSite Show documentation
Prompto Documentation Web Site POM
The newest version!
define main as method doing:
a = <1, 2, 3>
b = [7, 8, 9]
c = <4, 5, 6>
printLine "a + b -> " + (a + b)
printLine "a + c -> " + (a + c)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy