gruggers 0.2.0

rust implementation of the grug language
Documentation
1
2
3
4
5
6
message: string = "temp"

on_a() {
    message = "foo"
    say(message)
}