// Import and run fib_string function `use "io" [write; stdout] `import "./fib.kpl" [fib_string] @ 0 .. 30 {[n] write `sync (stdout; fib_string `sync n) }