The Wayback Machine - https://web.archive.org/web/20200705024534/https://github.com/topics/beginners-tutorial-series
Skip to content
#

beginners-tutorial-series

Here are 86 public repositories matching this topic...

jlp765
jlp765 commented Jan 27, 2020

A suggested addition to
Basic Data Types -> floats
(or maybe its own sub-section)

An extended example with two operators of the same precedence, e.g.

5.0 * 3.0 mod 10.0
is evaluated as
(5.0 * 3.0) mod 10.0
because multiplication and modulus have the same precedence level

It might help to include a reference to Precedence Levels at https://nim-lang.org/docs/manual.html#sy

Improve this page

Add a description, image, and links to the beginners-tutorial-series topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the beginners-tutorial-series topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.