Hosting on GitLab Pipelines Some Badges Releases Release Badge Mirror to GitHub Hosting on GitLab Add and commit everything: $ git add - A && git commit - am "shard ...
Macros Scope Interpolation Macro calls Modules and classes Conditionals Iteration Variadic arguments and splatting Type information The top level module Method information...
Macros Scope Interpolation Macro calls Modules and classes Conditionals Iteration Variadic arguments and splatting Type information The top level module Method information...
Macros Scope Interpolation Macro calls Modules and classes Conditionals Iteration Variadic arguments and splatting Type information The top level module Method information...
if var.nil? Instance Variables if var.nil? If an if ‘s condition is var.nil? then the type of var in the then branch is known by the compiler to be Nil , and to be known as ...
if var.nil? Instance Variables if var.nil? If an if ‘s condition is var.nil? then the type of var in the then branch is known by the compiler to be Nil , and to be known as ...
if var.nil? Instance Variables if var.nil? If an if ‘s condition is var.nil? then the type of var in the then branch is known by the compiler to be Nil , and to be known as ...
if var.nil? Instance Variables if var.nil? If an if ‘s condition is var.nil? then the type of var in the then branch is known by the compiler to be Nil , and to be known as ...
Hello World Hello World The first thing you need to learn in any programming language is the famous Hello World! program . In Crystal this is pretty simple, maybe a little bit...