Mirror of
forum.nim-lang.org
index
5159 :: Is there a help() method, or dir(), like in python?
[2019-09-01T21:04:54+02:00]
View Orginal
scrup
(orginal)
[2019-09-01T21:04:54+02:00]
view original
Would be helpful to have access to documentation on a specific subject readily available, instead of trying to google, search through the manual, or posting on a forum.
juancarlospaco
(orginal)
[2019-09-02T01:30:22+02:00]
view original
https://nim-lang.github.io/Nim/theindex.html
https://devdocs.io/nim
https://forum.nim-lang.org/t/5050#31687
Araq
(orginal)
[2019-09-02T15:15:59+02:00]
view original
Use your editor's
"
nimsuggest
"
integration.
Varriount
(orginal)
[2019-09-02T16:30:00+02:00]
view original
You can also use
echo repr(variable)
to print out a basic representation of a variable.