"covid19india.org" did not exist on "master"
Created by: trxcllnt
Allows for:
macro m {
rule { $x } => { $x + 5 }
case { _ } => { return #{ 10 } }
}
Created by: trxcllnt
Allows for:
macro m {
rule { $x } => { $x + 5 }
case { _ } => { return #{ 10 } }
}