Comment #374
oyster wrote
the following reply to
https://scripter.co/notes/nim/:
we can check the type, can we get the type? For example, I am lazy to read the doc, so first I can use `echo type(myVar)` to find that it is `mySomeType`, then I can write `if some is mySomeType`
Reply to this comment