ngn-k-tutorial icon indicating copy to clipboard operation
ngn-k-tutorial copied to clipboard

An ngn/k tutorial.

Results 5 ngn-k-tutorial issues
Sort by recently updated
recently updated
newest added

Looking at the first exercise under 9.3: > Write a function to convert seconds into hours, minutes and seconds, using `\`. My first instinct would be something like `{60 60\x}`....

I was just reading about `':` in more adverbs: > ### `x ': y` Window > > **Symbol:** `':` > > **Args:** `int ': array` Note how the syntax is...

https://razetime.github.io/ngn-k-tutorial/6-adverbs.html

Hi, It would be great If you could add to the IO section an example about the use of data from the internet. I found that it supports the form...

I'm not sure what's meant by this bit in the [More Adverbs chapter](https://razetime.github.io/ngn-k-tutorial/8-more-adverbs.html#x-f-y-for-scan): ``` When called with more than three arguments, For and For scan both use the first argument...