LearnRholangByExample
LearnRholangByExample copied to clipboard
Discuss pattern matching on basic types
for (@Int <- @"x") {
Nil
}
|
@"x"!(5)| // Matches
@"x"!("hi") // Doesn't match