Oktatás * Programozás 1 * Szkriptnyelvek Teaching * Programming 1 (BI) Félévek Linkek * kalendárium |
Nim /
20180617dconvert to stringThe import typetraits var s: string let n = 2 s = $n echo s echo s.type.name let pi = 3.14 s = $pi echo s echo s.type.name Output: 2 string 3.14 string |
![]() Blogjaim, hobbi projektjeim * The Ubuntu Incident [ edit ] |