
samples.expressions.int-divide.pec Maven / Gradle / Ivy
define main as method doing:
a = 23
b = 3
c = 34.7
// note the need to escape the \ operator in the Text literal
printLine "a \\ b -> " + (a \ b)
printLine "c \\ b -> " + (c \ b)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy