4 ms·
Where did the code example for Fibonacci go in the typeset output?
by fictorial 4y ago
Where did the code example for Fibonacci go in the typeset output?
- laurmaedje 4y agoIt's not a code example. It's Typst code that is used to calculate the fibonacci numbers that are displayed in the table.
- fictorial 4y agoI see, thanks! That's pretty neat.
- Falcondor 4y agoI think, if I am reading it correctly, that was not a code example, that was actual code. count and nums are variables being defined, and fib is a function. Then the function is being called to build the table (you can see str(fib(n)) in the second to last line)