shellfn
shellfn copied to clipboard
Add option to use consts inside function
e.g.
#[shell]
fn foo() {
use BAR;
r#" echo $BAR"#
}