|
Oktatás * Programozás 1 * Szkriptnyelvek Teaching * Programming 1 (BI) Félévek Linkek * kalendárium |
Nim2 /
StroppingStropping means you use a keyword as a variable name. It won't work: var if = 2 # error, if is a keyword But this one will: var `if` = 2 echo `if` # 2 I don't recommend using it. It's better to choose a non-reserved identifier name, but once in a while we might need it. |
![]() Blogjaim, hobbi projektjeim * The Ubuntu Incident [ edit ] |