japl/tests/japl/hellojapl.jpl

18 lines
216 B
Plaintext

//[Test: hellojapl]
//[source: mixed]
print("Hello, JAPL.");
//stdout:Hello, JAPL.
//[end]
//[end]
//[Test: hello_second_way]
//[source: raw]
print("Hello, JAPL.");
//[end]
/*
[stdout]
Hello, JAPL.
[end]
*/
//[end]