1 2 3 4 5 6 7 8 9
// Import and run fib_string function `use "file" [write; stdout] `import "./fib.kpl" [fib_string] @ 0 .. 30 {[n] write `sync (stdout; fib_string `sync n) }