speedcat/test.cat

14 lines
217 B
Plaintext

use "fmt.cat"
use lib "directory/long_library_name"
fmt.printf "%d + %d = %d File length: %d" a b a + b (io.file_size "file.txt")
fmt.println "Hello world!"
if a == 1 {
lol
} elif b == 2 {
kek
} else {
aaaaaaa
}