back at it again with the code bro
This commit is contained in:
parent
f4c497e8a4
commit
f8beef16a5
1 changed files with 5 additions and 0 deletions
|
@ -173,6 +173,11 @@ fn load_macro(set: String, mac: String, inputs: String, vars: Vec<String>) -> St
|
||||||
}
|
}
|
||||||
contents = contelt.to_string();
|
contents = contelt.to_string();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if inputs.contains(") begin") {
|
||||||
|
let coolbeans: Vec<&str> = inputs.split(") begin ").collect();
|
||||||
|
println!("{}", coolbeans.last());
|
||||||
|
}
|
||||||
return contents.to_string();
|
return contents.to_string();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue