
samples.bindings.global-method.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 printText as native method receiving Text value doing:
Java: System.out.print(value);
C#: System.Console.Write(value);
Python2: print(objects=value,end="")
Python3: print(objects=value,end="")
JavaScript: process.stdout.write(value);
© 2015 - 2025 Weber Informatics LLC | Privacy Policy