4 lines
68 B
Plaintext
4 lines
68 B
Plaintext
|
#!/usr/bin/env kabel
|
||
|
declare p = 5;
|
||
|
debug: print using (3 + p) * 2;
|