Cola programming language
|
|
Cola is a programming language similar to Java. It can be compiled into Parrot assembly language, and then run on the Parrot virtual machine. Hello world is
public class Hello {
public static void Main() {
puts("Hello world\n");
}
}
See also
- Jako.
