
samples.expressions.multiply-text.pec Maven / Gradle / Ivy
define main as method doing:
a = 'x'
b = "hello "
c = 4
printLine "a * c -> " + (a * c)
printLine "b * c -> " + (b * c)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy