module

LearnCrystal_Basics

TODO: Write documentation for LearnCrystal

Constants

VERSION = "0.1.0"

Class methods

adds_2(num : Int32)
Source
control_flow
Source
default_arguments(name : String = "Hello") : Nil
Source
hello_world

Prints "Hello, <name>!" to the console. Prints "Hello, <name>!" to the console. Prints "Hello, <name>!" to the console. Prints "Hello, <name>!" to the console. Prints "Hello, <name>!" to the console. Prints "Hello, <name>!" to the console. Prints "Hello, <name>!" to the console.

Source
math_operations
Source
methods
Source
named_tuples_example(x, **other) : Nil
Source
positional_arg_overloading(recipient : String)
Source
positional_arg_overloading(human_id : Int32) : Nil
Source
string_methods
Source