All Downloads are FREE. Search and download functionalities are using the official Maven repository.

samples.bindings.global-method.pec Maven / Gradle / Ivy

There is a newer version: 0.0.74
Show 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 - 2024 Weber Informatics LLC | Privacy Policy