forked from trinitrix/core
1
0
Fork 0
core/trixy/trixy-lang_parser/example/simple.tri

10 lines
214 B
Plaintext
Raw Normal View History

fn print(message: CommandTransferValue);
nasp trinitrix {
fn hi(name: String) -> String;
}
// That's a flat out lie, but it results in a rather nice syntax highlight compared to nothing:
// vim: syntax=rust