Files
Document-Management-System-…/vendor/scrivo/highlight.php/test/detect/ceylon/default.txt

9 lines
224 B
Plaintext
Raw Normal View History

2021-04-07 19:25:18 -04:00
shared void run() {
print("Hello, `` process.arguments.first else "World" ``!");
}
class Counter(count=0) {
variable Integer count;
shared Integer currentValue => count;
shared void increment() => count++;
}